Html Css Color HEX #6003CF Purple Heart

📋 copy color: '#6003CF'

red 96 ◦ green 3 ◦ blue 207

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

Shades of Purple Heart #6003CF

Tints of Purple Heart #6003CF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.98%

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

R = 31.37%
G = 0.98%
B = 67.65%

CMYK

 C value IS 0.54

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6003CF (or 0x6003CF) is known color: Purple Heart. HEX triplet: 60, 03 and CF. RGB value is (96,3,207). Sum of RGB (Red+Green+Blue) = 96+3+207=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 3 (1.56% from 255 or 0.98% from 306); Blue value is 207 (81.25% from 255 or 67.65% from 306); Max value from RGB is 207 - color contains mainly: blue. Hex color #6003CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6003CF is #9FFC30. Grayscale: #353535. Windows color (decimal): -10484785 or 13566816. OLE color: 13566816.

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

Color convert

RGB 96 3 207 -
CMYK 0.54 0.99 0 0.19
HSL 267.35º 0.97% 0.41% -
HSV(B) 267.35º 0.99% 0.81% -
XYZ 16.12 7.06 59.54 -
YUV 54.06 214.31 157.91 -
System Red Green Blue C M Y K H S L
Decimal 96 3 207 0.54 0.99 0 0.19 267.35 0.97 0.41
Hex 60 3 CF 36 63 0 13 10B 61 29
Octal 140 3 317 66 143 0 23 413 141 51
Binary 1100000 11 11001111 110110 1100011 0 10011 100001011 1100001 101001

Color Harmonies of #6003CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6003CF

Black with #6003CF

Text Example


Text Example

White with #6003CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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