Html Css Color HEX #752DA6 Royal Purple

📋 copy color: '#752DA6'

red 117 ◦ green 45 ◦ blue 166

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

Shades of Royal Purple #752DA6

Tints of Royal Purple #752DA6

RGB

 RED value IS 117 (46.09% from 255) = 35.67%

 GREEN value IS 45 (17.97% from 255) = 13.72%

 BLUE value IS 166 (65.23% from 255) = 50.61%

R = 35.67%
G = 13.72%
B = 50.61%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#752DA6 (or 0x752DA6) is known color: Royal Purple. HEX triplet: 75, 2D and A6. RGB value is (117,45,166). Sum of RGB (Red+Green+Blue) = 117+45+166=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 166 (65.23% from 255 or 50.61% from 328); Max value from RGB is 166 - color contains mainly: blue. Hex color #752DA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752DA6 is #8AD259. Grayscale: #4F4F4F. Windows color (decimal): -9097818 or 10890613. OLE color: 10890613.

HSL color Cylindrical-coordinate representation of color #752DA6: hue angle of 275.7º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #752DA6 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 117 45 166 -
CMYK 0.30 0.73 0 0.35
HSL 275.7º 0.57% 0.41% -
HSV(B) 275.7º 0.73% 0.65% -
XYZ 15.16 8.41 36.9 -
YUV 80.32 176.35 154.16 -
System Red Green Blue C M Y K H S L
Decimal 117 45 166 0.30 0.73 0 0.35 275.7 0.57 0.41
Hex 75 2D A6 1E 49 0 23 114 39 29
Octal 165 55 246 36 111 0 43 424 71 51
Binary 1110101 101101 10100110 11110 1001001 0 100011 100010100 111001 101001

Color Harmonies of #752DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752DA6

Black with #752DA6

Text Example


Text Example

White with #752DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752DA6; }

 p { color: rgb(117,45,166); }

 H1.HeaderClassName
 {
   color: #752DA6;
 }
 .AnyTagClassName
 {
   color: #752DA6;
 }
</style>

background-color css

<style>
 a { background-color: #752DA6; }

 a { background-color: rgb(117,45,166); }

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

border-color css

<style>
 span { border-color: #752DA6; }

 span { border-color: rgb(117,45,166); }

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