Html Css Color HEX #5C42AC Royal Purple

📋 copy color: '#5C42AC'

red 92 ◦ green 66 ◦ blue 172

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

Shades of Royal Purple #5C42AC

Tints of Royal Purple #5C42AC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20%

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

R = 27.88%
G = 20%
B = 52.12%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5C42AC (or 0x5C42AC) is known color: Royal Purple. HEX triplet: 5C, 42 and AC. RGB value is (92,66,172). Sum of RGB (Red+Green+Blue) = 92+66+172=330 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.88% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #5C42AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C42AC is #A3BD53. Grayscale: #555555. Windows color (decimal): -10730836 or 11289180. OLE color: 11289180.

HSL color Cylindrical-coordinate representation of color #5C42AC: hue angle of 254.72º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5C42AC is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 92 66 172 -
CMYK 0.47 0.62 0 0.33
HSL 254.72º 0.45% 0.47% -
HSV(B) 254.72º 0.62% 0.67% -
XYZ 13.81 9.15 40.07 -
YUV 85.86 176.61 132.38 -
System Red Green Blue C M Y K H S L
Decimal 92 66 172 0.47 0.62 0 0.33 254.72 0.45 0.47
Hex 5C 42 AC 2F 3E 0 21 FF 2D 2F
Octal 134 102 254 57 76 0 41 377 55 57
Binary 1011100 1000010 10101100 101111 111110 0 100001 11111111 101101 101111

Color Harmonies of #5C42AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C42AC

Black with #5C42AC

Text Example


Text Example

White with #5C42AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,66,172); }

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

background-color css

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

 a { background-color: rgb(92,66,172); }

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

border-color css

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

 span { border-color: rgb(92,66,172); }

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