#600ABF

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

Shades of Purple Heart #600ABF

Tints of Purple Heart #600ABF

Color information

#600ABF (or 0x600ABF) is unknown color: approx Purple Heart. HEX triplet: 60, 0A and BF. RGB value is (96,10,191). Sum of RGB (Red+Green+Blue) = 96+10+191=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 10 (4.30% from 255 or 3.37% from 297); Blue value is 191 (75% from 255 or 64.31% from 297); Max value from RGB is 191 - color contains mainly: blue. Hex color #600ABF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600ABF is #9FF540. Grayscale: #373737. Windows color (decimal): -10483009 or 12520032. OLE color: 12520032.

HSL color Cylindrical-coordinate representation of color #600ABF: hue angle of 268.51º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600ABF is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9610191-
CMYK0.500.9500.25
HSL268.51º90.05%39.41%-
HSV(B)268.51º94.76%74.9%-
XYZ14.346.4749.78-
YUV56.35203.99156.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.32%
GREEN value IS 10 (4.30% from 255) = 3.37%
BLUE value IS 191 (75% from 255) = 64.31%
R=32.32%
G=3.37%
B=64.31%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal96101910.500.9500.25268.5190.0539.41
Hex60ABF325F01910d5a27
Octal140122776213703141513247
Binary110000010101011111111001010111110110011000011011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600ABF; }

 p { color: rgb(96,10,191); }

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

<style>
 a { background-color: #600ABF; }

 a { background-color: rgb(96,10,191); }

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

<style>
 span { border-color: #600ABF; }

 span { border-color: rgb(96,10,191); }

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