#6A22C0

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

Shades of Purple Heart #6A22C0

Tints of Purple Heart #6A22C0

Color information

#6A22C0 (or 0x6A22C0) is unknown color: approx Purple Heart. HEX triplet: 6A, 22 and C0. RGB value is (106,34,192). Sum of RGB (Red+Green+Blue) = 106+34+192=332 (43% of max value = 765). Red value is 106 (41.80% from 255 or 31.93% from 332); Green value is 34 (13.67% from 255 or 10.24% from 332); Blue value is 192 (75.39% from 255 or 57.83% from 332); Max value from RGB is 192 - color contains mainly: blue. Hex color #6A22C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A22C0 is #95DD3F. Grayscale: #484848. Windows color (decimal): -9821504 or 12591722. OLE color: 12591722.

HSL color Cylindrical-coordinate representation of color #6A22C0: hue angle of 267.34º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6A22C0 is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10634192-
CMYK0.450.8200.25
HSL267.34º69.91%44.31%-
HSV(B)267.34º82.29%75.29%-
XYZ16.038.0150.57-
YUV73.54194.85151.15-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.93%
GREEN value IS 34 (13.67% from 255) = 10.24%
BLUE value IS 192 (75.39% from 255) = 57.83%
R=31.93%
G=10.24%
B=57.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal106341920.450.8200.25267.3469.9144.31
Hex6A22C02D5201910b462c
Octal152423005512203141310654
Binary11010101000101100000010110110100100110011000010111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A22C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,34,192); }

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

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

 a { background-color: rgb(106,34,192); }

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

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

 span { border-color: rgb(106,34,192); }

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