Html Css Color HEX #603DD8 Purple Heart

📋 copy color: '#603DD8'

red 96 ◦ green 61 ◦ blue 216

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

Shades of Purple Heart #603DD8

Tints of Purple Heart #603DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 57.91%

R = 25.74%
G = 16.35%
B = 57.91%

CMYK

 C value IS 0.56

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#603DD8 (or 0x603DD8) is known color: Purple Heart. HEX triplet: 60, 3D and D8. RGB value is (96,61,216). Sum of RGB (Red+Green+Blue) = 96+61+216=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 61 (24.22% from 255 or 16.35% from 373); Blue value is 216 (84.77% from 255 or 57.91% from 373); Max value from RGB is 216 - color contains mainly: blue. Hex color #603DD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603DD8 is #9FC227. Grayscale: #585858. Windows color (decimal): -10469928 or 14171488. OLE color: 14171488.

HSL color Cylindrical-coordinate representation of color #603DD8: hue angle of 253.55º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #603DD8 is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 96 61 216 -
CMYK 0.56 0.72 0 0.15
HSL 253.55º 0.67% 0.54% -
HSV(B) 253.55º 0.72% 0.85% -
XYZ 18.89 10.78 66.05 -
YUV 89.14 199.6 132.9 -
System Red Green Blue C M Y K H S L
Decimal 96 61 216 0.56 0.72 0 0.15 253.55 0.67 0.54
Hex 60 3D D8 38 48 0 F FE 43 36
Octal 140 75 330 70 110 0 17 376 103 66
Binary 1100000 111101 11011000 111000 1001000 0 1111 11111110 1000011 110110

Color Harmonies of #603DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603DD8

Black with #603DD8

Text Example


Text Example

White with #603DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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