Html Css Color HEX #603AAA Royal Purple

📋 copy color: '#603AAA'

red 96 ◦ green 58 ◦ blue 170

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

Shades of Royal Purple #603AAA

Tints of Royal Purple #603AAA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.9%

 BLUE value IS 170 (66.8% from 255) = 52.47%

R = 29.63%
G = 17.9%
B = 52.47%

CMYK

 C value IS 0.44

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#603AAA (or 0x603AAA) is known color: Royal Purple. HEX triplet: 60, 3A and AA. RGB value is (96,58,170). Sum of RGB (Red+Green+Blue) = 96+58+170=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #603AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603AAA is #9FC555. Grayscale: #515151. Windows color (decimal): -10470742 or 11156064. OLE color: 11156064.

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

Color convert

RGB 96 58 170 -
CMYK 0.44 0.66 0 0.33
HSL 260.36º 0.49% 0.45% -
HSV(B) 260.36º 0.66% 0.67% -
XYZ 13.59 8.42 38.94 -
YUV 82.13 177.59 137.89 -
System Red Green Blue C M Y K H S L
Decimal 96 58 170 0.44 0.66 0 0.33 260.36 0.49 0.45
Hex 60 3A AA 2C 42 0 21 104 31 2D
Octal 140 72 252 54 102 0 41 404 61 55
Binary 1100000 111010 10101010 101100 1000010 0 100001 100000100 110001 101101

Color Harmonies of #603AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603AAA

Black with #603AAA

Text Example


Text Example

White with #603AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,58,170); }

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

background-color css

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

 a { background-color: rgb(96,58,170); }

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

border-color css

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

 span { border-color: rgb(96,58,170); }

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