Html Css Color HEX #603AAC Royal Purple

📋 copy color: '#603AAC'

red 96 ◦ green 58 ◦ blue 172

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

Shades of Royal Purple #603AAC

Tints of Royal Purple #603AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 52.76%

R = 29.45%
G = 17.79%
B = 52.76%

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

#603AAC (or 0x603AAC) is known color: Royal Purple. HEX triplet: 60, 3A and AC. RGB value is (96,58,172). Sum of RGB (Red+Green+Blue) = 96+58+172=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #603AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603AAC is #9FC553. Grayscale: #515151. Windows color (decimal): -10470740 or 11287136. OLE color: 11287136.

HSL color Cylindrical-coordinate representation of color #603AAC: hue angle of 260º degrees, saturation: 0.5, 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 #603AAC is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 58 172 -
CMYK 0.44 0.66 0 0.33
HSL 260º 0.5% 0.45% -
HSV(B) 260º 0.66% 0.67% -
XYZ 13.78 8.49 39.94 -
YUV 82.36 178.59 137.73 -
System Red Green Blue C M Y K H S L
Decimal 96 58 172 0.44 0.66 0 0.33 260 0.5 0.45
Hex 60 3A AC 2C 42 0 21 104 32 2D
Octal 140 72 254 54 102 0 41 404 62 55
Binary 1100000 111010 10101100 101100 1000010 0 100001 100000100 110010 101101

Color Harmonies of #603AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603AAC

Black with #603AAC

Text Example


Text Example

White with #603AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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