Html Css Color HEX #603DD0 Purple Heart

📋 copy color: '#603DD0'

red 96 ◦ green 61 ◦ blue 208

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

Shades of Purple Heart #603DD0

Tints of Purple Heart #603DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 56.99%

R = 26.3%
G = 16.71%
B = 56.99%

CMYK

 C value IS 0.54

 M value IS 0.71

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#603DD0 (or 0x603DD0) is known color: Purple Heart. HEX triplet: 60, 3D and D0. RGB value is (96,61,208). Sum of RGB (Red+Green+Blue) = 96+61+208=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 61 (24.22% from 255 or 16.71% from 365); Blue value is 208 (81.64% from 255 or 56.99% from 365); Max value from RGB is 208 - color contains mainly: blue. Hex color #603DD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603DD0 is #9FC22F. Grayscale: #575757. Windows color (decimal): -10469936 or 13647200. OLE color: 13647200.

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

Color convert

RGB 96 61 208 -
CMYK 0.54 0.71 0 0.18
HSL 254.29º 0.61% 0.53% -
HSV(B) 254.29º 0.71% 0.82% -
XYZ 17.88 10.38 60.74 -
YUV 88.22 195.6 133.55 -
System Red Green Blue C M Y K H S L
Decimal 96 61 208 0.54 0.71 0 0.18 254.29 0.61 0.53
Hex 60 3D D0 36 47 0 12 FE 3D 35
Octal 140 75 320 66 107 0 22 376 75 65
Binary 1100000 111101 11010000 110110 1000111 0 10010 11111110 111101 110101

Color Harmonies of #603DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603DD0

Black with #603DD0

Text Example


Text Example

White with #603DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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