Html Css Color HEX #6000C9 Purple Heart

📋 copy color: '#6000C9'

red 96 ◦ green 0 ◦ blue 201

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

Shades of Purple Heart #6000C9

Tints of Purple Heart #6000C9

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 201 (78.91% from 255) = 67.68%

R = 32.32%
G = 0%
B = 67.68%

CMYK

 C value IS 0.52

 M value IS 1

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6000C9 (or 0x6000C9) is known color: Purple Heart. HEX triplet: 60, 00 and C9. RGB value is (96,0,201). Sum of RGB (Red+Green+Blue) = 96+0+201=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 201 (78.91% from 255 or 67.68% from 297); Max value from RGB is 201 - color contains mainly: blue. Hex color #6000C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6000C9 is #9FFF36. Grayscale: #323232. Windows color (decimal): -10485559 or 13172832. OLE color: 13172832.

HSL color Cylindrical-coordinate representation of color #6000C9: hue angle of 268.66º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6000C9 is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 96 0 201 -
CMYK 0.52 1 0 0.21
HSL 268.66º 1% 0.39% -
HSV(B) 268.66º 1% 0.79% -
XYZ 15.37 6.7 55.74 -
YUV 51.62 212.3 159.66 -
System Red Green Blue C M Y K H S L
Decimal 96 0 201 0.52 1 0 0.21 268.66 1 0.39
Hex 60 0 C9 34 64 0 15 10D 64 27
Octal 140 0 311 64 144 0 25 415 144 47
Binary 1100000 0 11001001 110100 1100100 0 10101 100001101 1100100 100111

Color Harmonies of #6000C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6000C9

Black with #6000C9

Text Example


Text Example

White with #6000C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6000C9; }

 p { color: rgb(96,0,201); }

 H1.HeaderClassName
 {
   color: #6000C9;
 }
 .AnyTagClassName
 {
   color: #6000C9;
 }
</style>

background-color css

<style>
 a { background-color: #6000C9; }

 a { background-color: rgb(96,0,201); }

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

border-color css

<style>
 span { border-color: #6000C9; }

 span { border-color: rgb(96,0,201); }

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