Html Css Color HEX #600FAB Purple Heart

📋 copy color: '#600FAB'

red 96 ◦ green 15 ◦ blue 171

#600FAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #600FAB

Tints of Purple Heart #600FAB

RGB

 RED value IS 96 (37.89% from 255) = 34.04%

 GREEN value IS 15 (6.25% from 255) = 5.32%

 BLUE value IS 171 (67.19% from 255) = 60.64%

R = 34.04%
G = 5.32%
B = 60.64%

CMYK

 C value IS 0.44

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#600FAB (or 0x600FAB) is known color: Purple Heart. HEX triplet: 60, 0F and AB. RGB value is (96,15,171). Sum of RGB (Red+Green+Blue) = 96+15+171=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #600FAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600FAB is #9FF054. Grayscale: #383838. Windows color (decimal): -10481749 or 11210592. OLE color: 11210592.

HSL color Cylindrical-coordinate representation of color #600FAB: hue angle of 271.15º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #600FAB is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 15 171 -
CMYK 0.44 0.91 0 0.33
HSL 271.15º 0.84% 0.36% -
HSV(B) 271.15º 0.91% 0.67% -
XYZ 12.35 5.77 38.99 -
YUV 57 192.34 155.82 -
System Red Green Blue C M Y K H S L
Decimal 96 15 171 0.44 0.91 0 0.33 271.15 0.84 0.36
Hex 60 F AB 2C 5B 0 21 10F 54 24
Octal 140 17 253 54 133 0 41 417 124 44
Binary 1100000 1111 10101011 101100 1011011 0 100001 100001111 1010100 100100

Color Harmonies of #600FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600FAB

Black with #600FAB

Text Example


Text Example

White with #600FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,15,171); }

 H1.HeaderClassName
 {
   color: #600FAB;
 }
 .AnyTagClassName
 {
   color: #600FAB;
 }
</style>

background-color css

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

 a { background-color: rgb(96,15,171); }

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

border-color css

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

 span { border-color: rgb(96,15,171); }

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