Html Css Color HEX #603DCE Purple Heart

📋 copy color: '#603DCE'

red 96 ◦ green 61 ◦ blue 206

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

Shades of Purple Heart #603DCE

Tints of Purple Heart #603DCE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.8%

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

R = 26.45%
G = 16.8%
B = 56.75%

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

#603DCE (or 0x603DCE) is known color: Purple Heart. HEX triplet: 60, 3D and CE. RGB value is (96,61,206). Sum of RGB (Red+Green+Blue) = 96+61+206=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #603DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603DCE is #9FC231. Grayscale: #575757. Windows color (decimal): -10469938 or 13516128. OLE color: 13516128.

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

Color convert

RGB 96 61 206 -
CMYK 0.53 0.70 0 0.19
HSL 254.48º 0.6% 0.52% -
HSV(B) 254.48º 0.7% 0.81% -
XYZ 17.63 10.28 59.45 -
YUV 88 194.6 133.71 -
System Red Green Blue C M Y K H S L
Decimal 96 61 206 0.53 0.70 0 0.19 254.48 0.6 0.52
Hex 60 3D CE 35 46 0 13 FE 3C 34
Octal 140 75 316 65 106 0 23 376 74 64
Binary 1100000 111101 11001110 110101 1000110 0 10011 11111110 111100 110100

Color Harmonies of #603DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603DCE

Black with #603DCE

Text Example


Text Example

White with #603DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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