Html Css Color HEX #5D42AF Royal Purple

📋 copy color: '#5D42AF'

red 93 ◦ green 66 ◦ blue 175

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

Shades of Royal Purple #5D42AF

Tints of Royal Purple #5D42AF

RGB

 RED value IS 93 (36.72% from 255) = 27.84%

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

 BLUE value IS 175 (68.75% from 255) = 52.4%

R = 27.84%
G = 19.76%
B = 52.4%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5D42AF (or 0x5D42AF) is known color: Royal Purple. HEX triplet: 5D, 42 and AF. RGB value is (93,66,175). Sum of RGB (Red+Green+Blue) = 93+66+175=334 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.84% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 175 (68.75% from 255 or 52.40% from 334); Max value from RGB is 175 - color contains mainly: blue. Hex color #5D42AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D42AF is #A2BD50. Grayscale: #565656. Windows color (decimal): -10665297 or 11485789. OLE color: 11485789.

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

Color convert

RGB 93 66 175 -
CMYK 0.47 0.62 0 0.31
HSL 254.86º 0.45% 0.47% -
HSV(B) 254.86º 0.62% 0.69% -
XYZ 14.2 9.32 41.61 -
YUV 86.5 177.95 132.64 -
System Red Green Blue C M Y K H S L
Decimal 93 66 175 0.47 0.62 0 0.31 254.86 0.45 0.47
Hex 5D 42 AF 2F 3E 0 1F FF 2D 2F
Octal 135 102 257 57 76 0 37 377 55 57
Binary 1011101 1000010 10101111 101111 111110 0 11111 11111111 101101 101111

Color Harmonies of #5D42AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D42AF

Black with #5D42AF

Text Example


Text Example

White with #5D42AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,66,175); }

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

background-color css

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

 a { background-color: rgb(93,66,175); }

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

border-color css

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

 span { border-color: rgb(93,66,175); }

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