Html Css Color HEX #603DC9 Purple Heart

📋 copy color: '#603DC9'

red 96 ◦ green 61 ◦ blue 201

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

Shades of Purple Heart #603DC9

Tints of Purple Heart #603DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 56.15%

R = 26.82%
G = 17.04%
B = 56.15%

CMYK

 C value IS 0.52

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#603DC9 (or 0x603DC9) is known color: Purple Heart. HEX triplet: 60, 3D and C9. RGB value is (96,61,201). Sum of RGB (Red+Green+Blue) = 96+61+201=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 61 (24.22% from 255 or 17.04% from 358); Blue value is 201 (78.91% from 255 or 56.15% from 358); Max value from RGB is 201 - color contains mainly: blue. Hex color #603DC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603DC9 is #9FC236. Grayscale: #565656. Windows color (decimal): -10469943 or 13188448. OLE color: 13188448.

HSL color Cylindrical-coordinate representation of color #603DC9: hue angle of 255º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #603DC9 is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 96 61 201 -
CMYK 0.52 0.70 0 0.21
HSL 255º 0.56% 0.51% -
HSV(B) 255º 0.7% 0.79% -
XYZ 17.04 10.04 56.3 -
YUV 87.43 192.1 134.12 -
System Red Green Blue C M Y K H S L
Decimal 96 61 201 0.52 0.70 0 0.21 255 0.56 0.51
Hex 60 3D C9 34 46 0 15 FF 38 33
Octal 140 75 311 64 106 0 25 377 70 63
Binary 1100000 111101 11001001 110100 1000110 0 10101 11111111 111000 110011

Color Harmonies of #603DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603DC9

Black with #603DC9

Text Example


Text Example

White with #603DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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