#6c22b3

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

Shades of Purple Heart #6C22B3

Tints of Purple Heart #6C22B3

Color information

#6C22B3 (or 0x6C22B3) is unknown color: approx Purple Heart. HEX triplet: 6C, 22 and B3. RGB value is (108,34,179). Sum of RGB (Red+Green+Blue) = 108+34+179=321 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.64% from 321); Green value is 34 (13.67% from 255 or 10.59% from 321); Blue value is 179 (70.31% from 255 or 55.76% from 321); Max value from RGB is 179 - color contains mainly: blue. Hex color #6C22B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C22B3 is #93DD4C. Grayscale: #484848. Windows color (decimal): -9690445 or 11739756. OLE color: 11739756.

HSL color Cylindrical-coordinate representation of color #6C22B3: hue angle of 270.62º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6C22B3 is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB10834179-
CMYK0.400.8100.30
HSL270.62º68.08%41.76%-
HSV(B)270.62º81.01%70.2%-
XYZ14.897.5943.33-
YUV72.66188.02153.21-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.64%
GREEN value IS 34 (13.67% from 255) = 10.59%
BLUE value IS 179 (70.31% from 255) = 55.76%
R=33.64%
G=10.59%
B=55.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal108341790.400.8100.30270.6268.0841.76
Hex6C22B3285101E10f442a
Octal154422635012103641710452
Binary11011001000101011001110100010100010111101000011111000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c22b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,34,179); }

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

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

 a { background-color: rgb(108,34,179); }

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

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

 span { border-color: rgb(108,34,179); }

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

cancel