#6B0BBD

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

Shades of Purple Heart #6B0BBD

Tints of Purple Heart #6B0BBD

Color information

#6B0BBD (or 0x6B0BBD) is unknown color: approx Purple Heart. HEX triplet: 6B, 0B and BD. RGB value is (107,11,189). Sum of RGB (Red+Green+Blue) = 107+11+189=307 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.85% from 307); Green value is 11 (4.69% from 255 or 3.58% from 307); Blue value is 189 (74.22% from 255 or 61.56% from 307); Max value from RGB is 189 - color contains mainly: blue. Hex color #6B0BBD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B0BBD is #94F442. Grayscale: #3B3B3B. Windows color (decimal): -9761859 or 12389227. OLE color: 12389227.

HSL color Cylindrical-coordinate representation of color #6B0BBD: hue angle of 272.36º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B0BBD is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10711189-
CMYK0.430.9400.26
HSL272.36º89%39.22%-
HSV(B)272.36º94.18%74.12%-
XYZ15.377.0448.69-
YUV60200.8161.53-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.85%
GREEN value IS 11 (4.69% from 255) = 3.58%
BLUE value IS 189 (74.22% from 255) = 61.56%
R=34.85%
G=3.58%
B=61.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal107111890.430.9400.26272.368939.22
Hex6BBBD2B5E01A1105927
Octal153132755313603242013147
Binary110101110111011110110101110111100110101000100001011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,11,189); }

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

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

 a { background-color: rgb(107,11,189); }

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

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

 span { border-color: rgb(107,11,189); }

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