Html Css Color HEX #603DB6 Purple Heart

📋 copy color: '#603DB6'

red 96 ◦ green 61 ◦ blue 182

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

Shades of Purple Heart #603DB6

Tints of Purple Heart #603DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 53.69%

R = 28.32%
G = 17.99%
B = 53.69%

CMYK

 C value IS 0.47

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#603DB6 (or 0x603DB6) is known color: Purple Heart. HEX triplet: 60, 3D and B6. RGB value is (96,61,182). Sum of RGB (Red+Green+Blue) = 96+61+182=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 182 (71.48% from 255 or 53.69% from 339); Max value from RGB is 182 - color contains mainly: blue. Hex color #603DB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603DB6 is #9FC249. Grayscale: #545454. Windows color (decimal): -10469962 or 11943264. OLE color: 11943264.

HSL color Cylindrical-coordinate representation of color #603DB6: hue angle of 257.36º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #603DB6 is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 96 61 182 -
CMYK 0.47 0.66 0 0.29
HSL 257.36º 0.5% 0.48% -
HSV(B) 257.36º 0.66% 0.71% -
XYZ 14.94 9.2 45.24 -
YUV 85.26 182.6 135.66 -
System Red Green Blue C M Y K H S L
Decimal 96 61 182 0.47 0.66 0 0.29 257.36 0.5 0.48
Hex 60 3D B6 2F 42 0 1D 101 32 30
Octal 140 75 266 57 102 0 35 401 62 60
Binary 1100000 111101 10110110 101111 1000010 0 11101 100000001 110010 110000

Color Harmonies of #603DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603DB6

Black with #603DB6

Text Example


Text Example

White with #603DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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