Html Css Color HEX #603FCE Purple Heart

📋 copy color: '#603FCE'

red 96 ◦ green 63 ◦ blue 206

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

Shades of Purple Heart #603FCE

Tints of Purple Heart #603FCE

RGB

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

 GREEN value IS 63 (25% from 255) = 17.26%

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

R = 26.3%
G = 17.26%
B = 56.44%

CMYK

 C value IS 0.53

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#603FCE (or 0x603FCE) is known color: Purple Heart. HEX triplet: 60, 3F and CE. RGB value is (96,63,206). Sum of RGB (Red+Green+Blue) = 96+63+206=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #603FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603FCE is #9FC031. Grayscale: #585858. Windows color (decimal): -10469426 or 13516640. OLE color: 13516640.

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

Color convert

RGB 96 63 206 -
CMYK 0.53 0.69 0 0.19
HSL 253.85º 0.59% 0.53% -
HSV(B) 253.85º 0.69% 0.81% -
XYZ 17.74 10.5 59.48 -
YUV 89.17 193.93 132.87 -
System Red Green Blue C M Y K H S L
Decimal 96 63 206 0.53 0.69 0 0.19 253.85 0.59 0.53
Hex 60 3F CE 35 45 0 13 FE 3B 35
Octal 140 77 316 65 105 0 23 376 73 65
Binary 1100000 111111 11001110 110101 1000101 0 10011 11111110 111011 110101

Color Harmonies of #603FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603FCE

Black with #603FCE

Text Example


Text Example

White with #603FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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