#6B02B3

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

Shades of Purple Heart #6B02B3

Tints of Purple Heart #6B02B3

Color information

#6B02B3 (or 0x6B02B3) is unknown color: approx Purple Heart. HEX triplet: 6B, 02 and B3. RGB value is (107,2,179). Sum of RGB (Red+Green+Blue) = 107+2+179=288 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.15% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 179 (70.31% from 255 or 62.15% from 288); Max value from RGB is 179 - color contains mainly: blue. Hex color #6B02B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B02B3 is #94FD4C. Grayscale: #343434. Windows color (decimal): -9764173 or 11731563. OLE color: 11731563.

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

Color convert

RGB1072179-
CMYK0.400.9900.30
HSL275.59º97.79%35.49%-
HSV(B)275.59º98.88%70.2%-
XYZ14.226.4243.14-
YUV53.57198.79166.11-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.15%
GREEN value IS 2 (1.17% from 255) = 0.69%
BLUE value IS 179 (70.31% from 255) = 62.15%
R=37.15%
G=0.69%
B=62.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal10721790.400.9900.30275.5997.7935.49
Hex6B2B3286301E1146223
Octal15322635014303642414243
Binary1101011101011001110100011000110111101000101001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B02B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,2,179); }

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

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

 a { background-color: rgb(107,2,179); }

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

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

 span { border-color: rgb(107,2,179); }

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