Html Css Color HEX #603CAF Royal Purple

📋 copy color: '#603CAF'

red 96 ◦ green 60 ◦ blue 175

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

Shades of Royal Purple #603CAF

Tints of Royal Purple #603CAF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.13%

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

R = 29%
G = 18.13%
B = 52.87%

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

#603CAF (or 0x603CAF) is known color: Royal Purple. HEX triplet: 60, 3C and AF. RGB value is (96,60,175). Sum of RGB (Red+Green+Blue) = 96+60+175=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 175 (68.75% from 255 or 52.87% from 331); Max value from RGB is 175 - color contains mainly: blue. Hex color #603CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603CAF is #9FC350. Grayscale: #535353. Windows color (decimal): -10470225 or 11484256. OLE color: 11484256.

HSL color Cylindrical-coordinate representation of color #603CAF: hue angle of 258.78º degrees, saturation: 0.49, 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 #603CAF is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 96 60 175 -
CMYK 0.45 0.66 0 0.31
HSL 258.78º 0.49% 0.46% -
HSV(B) 258.78º 0.66% 0.69% -
XYZ 14.18 8.81 41.51 -
YUV 83.87 179.43 136.65 -
System Red Green Blue C M Y K H S L
Decimal 96 60 175 0.45 0.66 0 0.31 258.78 0.49 0.46
Hex 60 3C AF 2D 42 0 1F 103 31 2E
Octal 140 74 257 55 102 0 37 403 61 56
Binary 1100000 111100 10101111 101101 1000010 0 11111 100000011 110001 101110

Color Harmonies of #603CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603CAF

Black with #603CAF

Text Example


Text Example

White with #603CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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