Html Css Color HEX #5C30AA Royal Purple

📋 copy color: '#5C30AA'

red 92 ◦ green 48 ◦ blue 170

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

Shades of Royal Purple #5C30AA

Tints of Royal Purple #5C30AA

RGB

 RED value IS 92 (36.33% from 255) = 29.68%

 GREEN value IS 48 (19.14% from 255) = 15.48%

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

R = 29.68%
G = 15.48%
B = 54.84%

CMYK

 C value IS 0.46

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5C30AA (or 0x5C30AA) is known color: Royal Purple. HEX triplet: 5C, 30 and AA. RGB value is (92,48,170). Sum of RGB (Red+Green+Blue) = 92+48+170=310 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.68% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #5C30AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C30AA is #A3CF55. Grayscale: #4A4A4A. Windows color (decimal): -10735446 or 11153500. OLE color: 11153500.

HSL color Cylindrical-coordinate representation of color #5C30AA: hue angle of 261.64º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5C30AA is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 92 48 170 -
CMYK 0.46 0.72 0 0.33
HSL 261.64º 0.56% 0.43% -
HSV(B) 261.64º 0.72% 0.67% -
XYZ 12.73 7.29 38.77 -
YUV 75.06 181.58 140.08 -
System Red Green Blue C M Y K H S L
Decimal 92 48 170 0.46 0.72 0 0.33 261.64 0.56 0.43
Hex 5C 30 AA 2E 48 0 21 106 38 2B
Octal 134 60 252 56 110 0 41 406 70 53
Binary 1011100 110000 10101010 101110 1001000 0 100001 100000110 111000 101011

Color Harmonies of #5C30AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C30AA

Black with #5C30AA

Text Example


Text Example

White with #5C30AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C30AA; }

 p { color: rgb(92,48,170); }

 H1.HeaderClassName
 {
   color: #5C30AA;
 }
 .AnyTagClassName
 {
   color: #5C30AA;
 }
</style>

background-color css

<style>
 a { background-color: #5C30AA; }

 a { background-color: rgb(92,48,170); }

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

border-color css

<style>
 span { border-color: #5C30AA; }

 span { border-color: rgb(92,48,170); }

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