Html Css Color HEX #600FC0 Purple Heart

📋 copy color: '#600FC0'

red 96 ◦ green 15 ◦ blue 192

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

Shades of Purple Heart #600FC0

Tints of Purple Heart #600FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 63.37%

R = 31.68%
G = 4.95%
B = 63.37%

CMYK

 C value IS 0.50

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#600FC0 (or 0x600FC0) is known color: Purple Heart. HEX triplet: 60, 0F and C0. RGB value is (96,15,192). Sum of RGB (Red+Green+Blue) = 96+15+192=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 15 (6.25% from 255 or 4.95% from 303); Blue value is 192 (75.39% from 255 or 63.37% from 303); Max value from RGB is 192 - color contains mainly: blue. Hex color #600FC0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600FC0 is #9FF03F. Grayscale: #3A3A3A. Windows color (decimal): -10481728 or 12586848. OLE color: 12586848.

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

Color convert

RGB 96 15 192 -
CMYK 0.50 0.92 0 0.25
HSL 267.46º 0.86% 0.41% -
HSV(B) 267.46º 0.92% 0.75% -
XYZ 14.51 6.63 50.38 -
YUV 59.4 202.84 154.11 -
System Red Green Blue C M Y K H S L
Decimal 96 15 192 0.50 0.92 0 0.25 267.46 0.86 0.41
Hex 60 F C0 32 5C 0 19 10B 56 29
Octal 140 17 300 62 134 0 31 413 126 51
Binary 1100000 1111 11000000 110010 1011100 0 11001 100001011 1010110 101001

Color Harmonies of #600FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600FC0

Black with #600FC0

Text Example


Text Example

White with #600FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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