Html Css Color HEX #6005CF Purple Heart

📋 copy color: '#6005CF'

red 96 ◦ green 5 ◦ blue 207

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

Shades of Purple Heart #6005CF

Tints of Purple Heart #6005CF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.62%

 BLUE value IS 207 (81.25% from 255) = 67.21%

R = 31.17%
G = 1.62%
B = 67.21%

CMYK

 C value IS 0.54

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6005CF (or 0x6005CF) is known color: Purple Heart. HEX triplet: 60, 05 and CF. RGB value is (96,5,207). Sum of RGB (Red+Green+Blue) = 96+5+207=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 207 (81.25% from 255 or 67.21% from 308); Max value from RGB is 207 - color contains mainly: blue. Hex color #6005CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6005CF is #9FFA30. Grayscale: #363636. Windows color (decimal): -10484273 or 13567328. OLE color: 13567328.

HSL color Cylindrical-coordinate representation of color #6005CF: hue angle of 267.03º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6005CF is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 5 207 -
CMYK 0.54 0.98 0 0.19
HSL 267.03º 0.95% 0.42% -
HSV(B) 267.03º 0.98% 0.81% -
XYZ 16.14 7.1 59.55 -
YUV 55.24 213.65 157.07 -
System Red Green Blue C M Y K H S L
Decimal 96 5 207 0.54 0.98 0 0.19 267.03 0.95 0.42
Hex 60 5 CF 36 62 0 13 10B 5F 2A
Octal 140 5 317 66 142 0 23 413 137 52
Binary 1100000 101 11001111 110110 1100010 0 10011 100001011 1011111 101010

Color Harmonies of #6005CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6005CF

Black with #6005CF

Text Example


Text Example

White with #6005CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6005CF; }

 p { color: rgb(96,5,207); }

 H1.HeaderClassName
 {
   color: #6005CF;
 }
 .AnyTagClassName
 {
   color: #6005CF;
 }
</style>

background-color css

<style>
 a { background-color: #6005CF; }

 a { background-color: rgb(96,5,207); }

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

border-color css

<style>
 span { border-color: #6005CF; }

 span { border-color: rgb(96,5,207); }

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