Html Css Color HEX #603ECE Purple Heart

📋 copy color: '#603ECE'

red 96 ◦ green 62 ◦ blue 206

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

Shades of Purple Heart #603ECE

Tints of Purple Heart #603ECE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.03%

 BLUE value IS 206 (80.86% from 255) = 56.59%

R = 26.37%
G = 17.03%
B = 56.59%

CMYK

 C value IS 0.53

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#603ECE (or 0x603ECE) is known color: Purple Heart. HEX triplet: 60, 3E and CE. RGB value is (96,62,206). Sum of RGB (Red+Green+Blue) = 96+62+206=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 62 (24.61% from 255 or 17.03% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #603ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603ECE is #9FC131. Grayscale: #585858. Windows color (decimal): -10469682 or 13516384. OLE color: 13516384.

HSL color Cylindrical-coordinate representation of color #603ECE: hue angle of 254.17º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #603ECE is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 62 206 -
CMYK 0.53 0.70 0 0.19
HSL 254.17º 0.6% 0.53% -
HSV(B) 254.17º 0.7% 0.81% -
XYZ 17.69 10.39 59.47 -
YUV 88.58 194.26 133.29 -
System Red Green Blue C M Y K H S L
Decimal 96 62 206 0.53 0.70 0 0.19 254.17 0.6 0.53
Hex 60 3E CE 35 46 0 13 FE 3C 35
Octal 140 76 316 65 106 0 23 376 74 65
Binary 1100000 111110 11001110 110101 1000110 0 10011 11111110 111100 110101

Color Harmonies of #603ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603ECE

Black with #603ECE

Text Example


Text Example

White with #603ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603ECE; }

 p { color: rgb(96,62,206); }

 H1.HeaderClassName
 {
   color: #603ECE;
 }
 .AnyTagClassName
 {
   color: #603ECE;
 }
</style>

background-color css

<style>
 a { background-color: #603ECE; }

 a { background-color: rgb(96,62,206); }

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

border-color css

<style>
 span { border-color: #603ECE; }

 span { border-color: rgb(96,62,206); }

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