#6000B0

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

Shades of Purple Heart #6000B0

Tints of Purple Heart #6000B0

Color information

#6000B0 (or 0x6000B0) is unknown color: approx Purple Heart. HEX triplet: 60, 00 and B0. RGB value is (96,0,176). Sum of RGB (Red+Green+Blue) = 96+0+176=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 176 (69.14% from 255 or 64.71% from 272); Max value from RGB is 176 - color contains mainly: blue. Hex color #6000B0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6000B0 is #9FFF4F. Grayscale: #303030. Windows color (decimal): -10485584 or 11534432. OLE color: 11534432.

HSL color Cylindrical-coordinate representation of color #6000B0: hue angle of 272.73º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6000B0 is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB960176-
CMYK0.45100.31
HSL272.73º100%34.51%-
HSV(B)272.73º100%69.02%-
XYZ12.665.6241.49-
YUV48.77199.8161.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 176 (69.14% from 255) = 64.71%
R=35.29%
G=0%
B=64.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal9601760.45100.31272.7310034.51
Hex600B02D6401F1116423
Octal14002605514403742114443
Binary110000001011000010110111001000111111000100011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6000B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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