Html Css Color HEX #603DAB Royal Purple

📋 copy color: '#603DAB'

red 96 ◦ green 61 ◦ blue 171

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

Shades of Royal Purple #603DAB

Tints of Royal Purple #603DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 52.13%

R = 29.27%
G = 18.6%
B = 52.13%

CMYK

 C value IS 0.44

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#603DAB (or 0x603DAB) is known color: Royal Purple. HEX triplet: 60, 3D and AB. RGB value is (96,61,171). Sum of RGB (Red+Green+Blue) = 96+61+171=328 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.27% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #603DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603DAB is #9FC254. Grayscale: #535353. Windows color (decimal): -10469973 or 11222368. OLE color: 11222368.

HSL color Cylindrical-coordinate representation of color #603DAB: hue angle of 259.09º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #603DAB is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 61 171 -
CMYK 0.44 0.64 0 0.33
HSL 259.09º 0.47% 0.45% -
HSV(B) 259.09º 0.64% 0.67% -
XYZ 13.84 8.76 39.49 -
YUV 84.01 177.1 136.56 -
System Red Green Blue C M Y K H S L
Decimal 96 61 171 0.44 0.64 0 0.33 259.09 0.47 0.45
Hex 60 3D AB 2C 40 0 21 103 2F 2D
Octal 140 75 253 54 100 0 41 403 57 55
Binary 1100000 111101 10101011 101100 1000000 0 100001 100000011 101111 101101

Color Harmonies of #603DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603DAB

Black with #603DAB

Text Example


Text Example

White with #603DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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