Html Css Color HEX #603BAF Royal Purple

📋 copy color: '#603BAF'

red 96 ◦ green 59 ◦ blue 175

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

Shades of Royal Purple #603BAF

Tints of Royal Purple #603BAF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.88%

 BLUE value IS 175 (68.75% from 255) = 53.03%

R = 29.09%
G = 17.88%
B = 53.03%

CMYK

 C value IS 0.45

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#603BAF (or 0x603BAF) is known color: Royal Purple. HEX triplet: 60, 3B and AF. RGB value is (96,59,175). Sum of RGB (Red+Green+Blue) = 96+59+175=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 175 (68.75% from 255 or 53.03% from 330); Max value from RGB is 175 - color contains mainly: blue. Hex color #603BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603BAF is #9FC450. Grayscale: #525252. Windows color (decimal): -10470481 or 11484000. OLE color: 11484000.

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

Color convert

RGB 96 59 175 -
CMYK 0.45 0.66 0 0.31
HSL 259.14º 0.5% 0.46% -
HSV(B) 259.14º 0.66% 0.69% -
XYZ 14.13 8.71 41.49 -
YUV 83.29 179.76 137.07 -
System Red Green Blue C M Y K H S L
Decimal 96 59 175 0.45 0.66 0 0.31 259.14 0.5 0.46
Hex 60 3B AF 2D 42 0 1F 103 32 2E
Octal 140 73 257 55 102 0 37 403 62 56
Binary 1100000 111011 10101111 101101 1000010 0 11111 100000011 110010 101110

Color Harmonies of #603BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603BAF

Black with #603BAF

Text Example


Text Example

White with #603BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,59,175); }

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

background-color css

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

 a { background-color: rgb(96,59,175); }

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

border-color css

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

 span { border-color: rgb(96,59,175); }

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