#6A31CA

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

Shades of Purple Heart #6A31CA

Tints of Purple Heart #6A31CA

Color information

#6A31CA (or 0x6A31CA) is unknown color: approx Purple Heart. HEX triplet: 6A, 31 and CA. RGB value is (106,49,202). Sum of RGB (Red+Green+Blue) = 106+49+202=357 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.69% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 202 (79.30% from 255 or 56.58% from 357); Max value from RGB is 202 - color contains mainly: blue. Hex color #6A31CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A31CA is #95CE35. Grayscale: #525252. Windows color (decimal): -9817654 or 13250922. OLE color: 13250922.

HSL color Cylindrical-coordinate representation of color #6A31CA: hue angle of 262.35º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6A31CA is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10649202-
CMYK0.480.7600.21
HSL262.35º60.96%49.22%-
HSV(B)262.35º75.74%79.22%-
XYZ17.79.5356.78-
YUV83.48194.88144.06-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.69%
GREEN value IS 49 (19.53% from 255) = 13.73%
BLUE value IS 202 (79.30% from 255) = 56.58%
R=29.69%
G=13.73%
B=56.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal106492020.480.7600.21262.3560.9649.22
Hex6A31CA304C0151063d31
Octal15261312601140254067561
Binary1101010110001110010101100001001100010101100000110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A31CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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