Html Css Color HEX #5F2E9C Royal Purple

📋 copy color: '#5F2E9C'

red 95 ◦ green 46 ◦ blue 156

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

Shades of Royal Purple #5F2E9C

Tints of Royal Purple #5F2E9C

RGB

 RED value IS 95 (37.5% from 255) = 31.99%

 GREEN value IS 46 (18.36% from 255) = 15.49%

 BLUE value IS 156 (61.33% from 255) = 52.53%

R = 31.99%
G = 15.49%
B = 52.53%

CMYK

 C value IS 0.39

 M value IS 0.71

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5F2E9C (or 0x5F2E9C) is known color: Royal Purple. HEX triplet: 5F, 2E and 9C. RGB value is (95,46,156). Sum of RGB (Red+Green+Blue) = 95+46+156=297 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.99% from 297); Green value is 46 (18.36% from 255 or 15.49% from 297); Blue value is 156 (61.33% from 255 or 52.53% from 297); Max value from RGB is 156 - color contains mainly: blue. Hex color #5F2E9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2E9C is #A0D163. Grayscale: #484848. Windows color (decimal): -10539364 or 10235487. OLE color: 10235487.

HSL color Cylindrical-coordinate representation of color #5F2E9C: hue angle of 266.73º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5F2E9C is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 95 46 156 -
CMYK 0.39 0.71 0 0.39
HSL 266.73º 0.54% 0.4% -
HSV(B) 266.73º 0.71% 0.61% -
XYZ 11.7 6.79 32.15 -
YUV 73.19 174.73 143.56 -
System Red Green Blue C M Y K H S L
Decimal 95 46 156 0.39 0.71 0 0.39 266.73 0.54 0.4
Hex 5F 2E 9C 27 47 0 27 10B 36 28
Octal 137 56 234 47 107 0 47 413 66 50
Binary 1011111 101110 10011100 100111 1000111 0 100111 100001011 110110 101000

Color Harmonies of #5F2E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F2E9C

Black with #5F2E9C

Text Example


Text Example

White with #5F2E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,46,156); }

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

background-color css

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

 a { background-color: rgb(95,46,156); }

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

border-color css

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

 span { border-color: rgb(95,46,156); }

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