Html Css Color HEX #603FD2 Purple Heart

📋 copy color: '#603FD2'

red 96 ◦ green 63 ◦ blue 210

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

Shades of Purple Heart #603FD2

Tints of Purple Heart #603FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 56.91%

R = 26.02%
G = 17.07%
B = 56.91%

CMYK

 C value IS 0.54

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#603FD2 (or 0x603FD2) is known color: Purple Heart. HEX triplet: 60, 3F and D2. RGB value is (96,63,210). Sum of RGB (Red+Green+Blue) = 96+63+210=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 63 (25% from 255 or 17.07% from 369); Blue value is 210 (82.42% from 255 or 56.91% from 369); Max value from RGB is 210 - color contains mainly: blue. Hex color #603FD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603FD2 is #9FC02D. Grayscale: #595959. Windows color (decimal): -10469422 or 13778784. OLE color: 13778784.

HSL color Cylindrical-coordinate representation of color #603FD2: hue angle of 253.47º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #603FD2 is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 96 63 210 -
CMYK 0.54 0.70 0 0.18
HSL 253.47º 0.62% 0.54% -
HSV(B) 253.47º 0.7% 0.82% -
XYZ 18.23 10.69 62.08 -
YUV 89.63 195.93 132.55 -
System Red Green Blue C M Y K H S L
Decimal 96 63 210 0.54 0.70 0 0.18 253.47 0.62 0.54
Hex 60 3F D2 36 46 0 12 FD 3E 36
Octal 140 77 322 66 106 0 22 375 76 66
Binary 1100000 111111 11010010 110110 1000110 0 10010 11111101 111110 110110

Color Harmonies of #603FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603FD2

Black with #603FD2

Text Example


Text Example

White with #603FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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