Html Css Color HEX #600FA5 Purple Heart

📋 copy color: '#600FA5'

red 96 ◦ green 15 ◦ blue 165

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

Shades of Purple Heart #600FA5

Tints of Purple Heart #600FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 59.78%

R = 34.78%
G = 5.43%
B = 59.78%

CMYK

 C value IS 0.42

 M value IS 0.91

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#600FA5 (or 0x600FA5) is known color: Purple Heart. HEX triplet: 60, 0F and A5. RGB value is (96,15,165). Sum of RGB (Red+Green+Blue) = 96+15+165=276 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.78% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 165 (64.84% from 255 or 59.78% from 276); Max value from RGB is 165 - color contains mainly: blue. Hex color #600FA5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600FA5 is #9FF05A. Grayscale: #373737. Windows color (decimal): -10481755 or 10817376. OLE color: 10817376.

HSL color Cylindrical-coordinate representation of color #600FA5: hue angle of 272.4º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #600FA5 is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 96 15 165 -
CMYK 0.42 0.91 0 0.35
HSL 272.4º 0.83% 0.35% -
HSV(B) 272.4º 0.91% 0.65% -
XYZ 11.79 5.55 36.05 -
YUV 56.32 189.34 156.3 -
System Red Green Blue C M Y K H S L
Decimal 96 15 165 0.42 0.91 0 0.35 272.4 0.83 0.35
Hex 60 F A5 2A 5B 0 23 110 53 23
Octal 140 17 245 52 133 0 43 420 123 43
Binary 1100000 1111 10100101 101010 1011011 0 100011 100010000 1010011 100011

Color Harmonies of #600FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600FA5

Black with #600FA5

Text Example


Text Example

White with #600FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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