#6000BD

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

Shades of Purple Heart #6000BD

Tints of Purple Heart #6000BD

Color information

#6000BD (or 0x6000BD) is unknown color: approx Purple Heart. HEX triplet: 60, 00 and BD. RGB value is (96,0,189). Sum of RGB (Red+Green+Blue) = 96+0+189=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 189 (74.22% from 255 or 66.32% from 285); Max value from RGB is 189 - color contains mainly: blue. Hex color #6000BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6000BD is #9FFF42. Grayscale: #313131. Windows color (decimal): -10485571 or 12386400. OLE color: 12386400.

HSL color Cylindrical-coordinate representation of color #6000BD: hue angle of 270.48º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6000BD is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB960189-
CMYK0.49100.26
HSL270.48º100%37.06%-
HSV(B)270.48º100%74.12%-
XYZ14.016.1648.59-
YUV50.25206.3160.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 189 (74.22% from 255) = 66.32%
R=33.68%
G=0%
B=66.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal9601890.49100.26270.4810037.06
Hex600BD316401A10e6425
Octal14002756114403241614445
Binary110000001011110111000111001000110101000011101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6000BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6000BD; }

 p { color: rgb(96,0,189); }

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

<style>
 a { background-color: #6000BD; }

 a { background-color: rgb(96,0,189); }

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

<style>
 span { border-color: #6000BD; }

 span { border-color: rgb(96,0,189); }

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