Html Css Color HEX #603DB1 Purple Heart

📋 copy color: '#603DB1'

red 96 ◦ green 61 ◦ blue 177

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

Shades of Purple Heart #603DB1

Tints of Purple Heart #603DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 52.99%

R = 28.74%
G = 18.26%
B = 52.99%

CMYK

 C value IS 0.46

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#603DB1 (or 0x603DB1) is known color: Purple Heart. HEX triplet: 60, 3D and B1. RGB value is (96,61,177). Sum of RGB (Red+Green+Blue) = 96+61+177=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 177 (69.53% from 255 or 52.99% from 334); Max value from RGB is 177 - color contains mainly: blue. Hex color #603DB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603DB1 is #9FC24E. Grayscale: #545454. Windows color (decimal): -10469967 or 11615584. OLE color: 11615584.

HSL color Cylindrical-coordinate representation of color #603DB1: hue angle of 258.1º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #603DB1 is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 96 61 177 -
CMYK 0.46 0.66 0 0.31
HSL 258.1º 0.49% 0.47% -
HSV(B) 258.1º 0.66% 0.69% -
XYZ 14.43 9 42.57 -
YUV 84.69 180.1 136.07 -
System Red Green Blue C M Y K H S L
Decimal 96 61 177 0.46 0.66 0 0.31 258.1 0.49 0.47
Hex 60 3D B1 2E 42 0 1F 102 31 2F
Octal 140 75 261 56 102 0 37 402 61 57
Binary 1100000 111101 10110001 101110 1000010 0 11111 100000010 110001 101111

Color Harmonies of #603DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603DB1

Black with #603DB1

Text Example


Text Example

White with #603DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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