#6a31c4

Color #6A31C4 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6A31C4

Tints of Purple Heart #6A31C4

Color information

#6A31C4 (or 0x6A31C4) is unknown color: approx Purple Heart. HEX triplet: 6A, 31 and C4. RGB value is (106,49,196). Sum of RGB (Red+Green+Blue) = 106+49+196=351 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.20% from 351); Green value is 49 (19.53% from 255 or 13.96% from 351); Blue value is 196 (76.95% from 255 or 55.84% from 351); Max value from RGB is 196 - color contains mainly: blue. Hex color #6A31C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A31C4 is #95CE3B. Grayscale: #525252. Windows color (decimal): -9817660 or 12857706. OLE color: 12857706.

HSL color Cylindrical-coordinate representation of color #6A31C4: hue angle of 263.27º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6A31C4 is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB10649196-
CMYK0.460.7500.23
HSL263.27º60%48.04%-
HSV(B)263.27º75%76.86%-
XYZ17.019.2553.11-
YUV82.8191.88144.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 106 (41.80% from 255) = 30.20%
GREEN value IS 49 (19.53% from 255) = 13.96%
BLUE value IS 196 (76.95% from 255) = 55.84%
R=30.20%
G=13.96%
B=55.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal106491960.460.7500.23263.276048.04
Hex6A31C42E4B0171073c30
Octal15261304561130274077460
Binary1101010110001110001001011101001011010111100000111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a31c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6a31c4; }

 p { color: rgb(106,49,196); }

 H1.HeaderClassName
 {
   color: #6a31c4;
 }
 .AnyTagClassName
 {
   color: #6a31c4;
 }
</style>
background-color css

<style>
 a { background-color: #6a31c4; }

 a { background-color: rgb(106,49,196); }

 div.DivClassName
 {
   background-color: #6a31c4;
 }
 .BgClassName
 {
   background-color: #6a31c4;
 }
</style>
border-color css

<style>
 span { border-color: #6a31c4; }

 span { border-color: rgb(106,49,196); }

 td.TdClassName
 {
   border-color: #6a31c4;
 }
 .TagClassName
 {
   border-color: #6a31c4;
 }
</style>