Html Css Color HEX #5C39AD Royal Purple

📋 copy color: '#5C39AD'

red 92 ◦ green 57 ◦ blue 173

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

Shades of Royal Purple #5C39AD

Tints of Royal Purple #5C39AD

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.7%

 BLUE value IS 173 (67.97% from 255) = 53.73%

R = 28.57%
G = 17.7%
B = 53.73%

CMYK

 C value IS 0.47

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5C39AD (or 0x5C39AD) is known color: Royal Purple. HEX triplet: 5C, 39 and AD. RGB value is (92,57,173). Sum of RGB (Red+Green+Blue) = 92+57+173=322 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.57% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #5C39AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C39AD is #A3C652. Grayscale: #505050. Windows color (decimal): -10733139 or 11352412. OLE color: 11352412.

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

Color convert

RGB 92 57 173 -
CMYK 0.47 0.67 0 0.32
HSL 258.1º 0.5% 0.45% -
HSV(B) 258.1º 0.67% 0.68% -
XYZ 13.42 8.22 40.41 -
YUV 80.69 180.1 136.07 -
System Red Green Blue C M Y K H S L
Decimal 92 57 173 0.47 0.67 0 0.32 258.1 0.5 0.45
Hex 5C 39 AD 2F 43 0 20 102 32 2D
Octal 134 71 255 57 103 0 40 402 62 55
Binary 1011100 111001 10101101 101111 1000011 0 100000 100000010 110010 101101

Color Harmonies of #5C39AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C39AD

Black with #5C39AD

Text Example


Text Example

White with #5C39AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,57,173); }

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

background-color css

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

 a { background-color: rgb(92,57,173); }

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

border-color css

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

 span { border-color: rgb(92,57,173); }

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