#6A33CB

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

Shades of Purple Heart #6A33CB

Tints of Purple Heart #6A33CB

Color information

#6A33CB (or 0x6A33CB) is unknown color: approx Purple Heart. HEX triplet: 6A, 33 and CB. RGB value is (106,51,203). Sum of RGB (Red+Green+Blue) = 106+51+203=360 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.44% from 360); Green value is 51 (20.31% from 255 or 14.17% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #6A33CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A33CB is #95CC34. Grayscale: #545454. Windows color (decimal): -9817141 or 13316970. OLE color: 13316970.

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

Color convert

RGB10651203-
CMYK0.480.7500.20
HSL261.71º59.84%49.8%-
HSV(B)261.71º74.88%79.61%-
XYZ17.919.7457.44-
YUV84.77194.72143.14-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.44%
GREEN value IS 51 (20.31% from 255) = 14.17%
BLUE value IS 203 (79.69% from 255) = 56.39%
R=29.44%
G=14.17%
B=56.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal106512030.480.7500.20261.7159.8449.8
Hex6A33CB304B0141063c32
Octal15263313601130244067462
Binary1101010110011110010111100001001011010100100000110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A33CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,51,203); }

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

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

 a { background-color: rgb(106,51,203); }

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

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

 span { border-color: rgb(106,51,203); }

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