Html Css Color HEX #600FD5 Purple Heart

📋 copy color: '#600FD5'

red 96 ◦ green 15 ◦ blue 213

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

Shades of Purple Heart #600FD5

Tints of Purple Heart #600FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 65.74%

R = 29.63%
G = 4.63%
B = 65.74%

CMYK

 C value IS 0.55

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#600FD5 (or 0x600FD5) is known color: Purple Heart. HEX triplet: 60, 0F and D5. RGB value is (96,15,213). Sum of RGB (Red+Green+Blue) = 96+15+213=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 213 (83.59% from 255 or 65.74% from 324); Max value from RGB is 213 - color contains mainly: blue. Hex color #600FD5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600FD5 is #9FF02A. Grayscale: #3D3D3D. Windows color (decimal): -10481707 or 13963104. OLE color: 13963104.

HSL color Cylindrical-coordinate representation of color #600FD5: hue angle of 264.55º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #600FD5 is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 96 15 213 -
CMYK 0.55 0.93 0 0.16
HSL 264.55º 0.87% 0.45% -
HSV(B) 264.55º 0.93% 0.84% -
XYZ 17 7.63 63.53 -
YUV 61.79 213.34 152.4 -
System Red Green Blue C M Y K H S L
Decimal 96 15 213 0.55 0.93 0 0.16 264.55 0.87 0.45
Hex 60 F D5 37 5D 0 10 109 57 2D
Octal 140 17 325 67 135 0 20 411 127 55
Binary 1100000 1111 11010101 110111 1011101 0 10000 100001001 1010111 101101

Color Harmonies of #600FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600FD5

Black with #600FD5

Text Example


Text Example

White with #600FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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