Html Css Color HEX #5F3AAC Royal Purple

📋 copy color: '#5F3AAC'

red 95 ◦ green 58 ◦ blue 172

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

Shades of Royal Purple #5F3AAC

Tints of Royal Purple #5F3AAC

RGB

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

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

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

R = 29.23%
G = 17.85%
B = 52.92%

CMYK

 C value IS 0.45

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5F3AAC (or 0x5F3AAC) is known color: Royal Purple. HEX triplet: 5F, 3A and AC. RGB value is (95,58,172). Sum of RGB (Red+Green+Blue) = 95+58+172=325 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.23% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 172 (67.58% from 255 or 52.92% from 325); Max value from RGB is 172 - color contains mainly: blue. Hex color #5F3AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F3AAC is #A0C553. Grayscale: #515151. Windows color (decimal): -10536276 or 11287135. OLE color: 11287135.

HSL color Cylindrical-coordinate representation of color #5F3AAC: hue angle of 259.47º 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 #5F3AAC is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 95 58 172 -
CMYK 0.45 0.66 0 0.33
HSL 259.47º 0.5% 0.45% -
HSV(B) 259.47º 0.66% 0.67% -
XYZ 13.68 8.44 39.94 -
YUV 82.06 178.76 137.23 -
System Red Green Blue C M Y K H S L
Decimal 95 58 172 0.45 0.66 0 0.33 259.47 0.5 0.45
Hex 5F 3A AC 2D 42 0 21 103 32 2D
Octal 137 72 254 55 102 0 41 403 62 55
Binary 1011111 111010 10101100 101101 1000010 0 100001 100000011 110010 101101

Color Harmonies of #5F3AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3AAC

Black with #5F3AAC

Text Example


Text Example

White with #5F3AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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