Html Css Color HEX #603CCE Purple Heart

📋 copy color: '#603CCE'

red 96 ◦ green 60 ◦ blue 206

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

Shades of Purple Heart #603CCE

Tints of Purple Heart #603CCE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.57%

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

R = 26.52%
G = 16.57%
B = 56.91%

CMYK

 C value IS 0.53

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#603CCE (or 0x603CCE) is known color: Purple Heart. HEX triplet: 60, 3C and CE. RGB value is (96,60,206). Sum of RGB (Red+Green+Blue) = 96+60+206=362 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.52% from 362); Green value is 60 (23.83% from 255 or 16.57% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #603CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603CCE is #9FC331. Grayscale: #565656. Windows color (decimal): -10470194 or 13515872. OLE color: 13515872.

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

Color convert

RGB 96 60 206 -
CMYK 0.53 0.71 0 0.19
HSL 254.79º 0.6% 0.52% -
HSV(B) 254.79º 0.71% 0.81% -
XYZ 17.58 10.17 59.43 -
YUV 87.41 194.93 134.13 -
System Red Green Blue C M Y K H S L
Decimal 96 60 206 0.53 0.71 0 0.19 254.79 0.6 0.52
Hex 60 3C CE 35 47 0 13 FF 3C 34
Octal 140 74 316 65 107 0 23 377 74 64
Binary 1100000 111100 11001110 110101 1000111 0 10011 11111111 111100 110100

Color Harmonies of #603CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603CCE

Black with #603CCE

Text Example


Text Example

White with #603CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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