Html Css Color HEX #752DAF Royal Purple

📋 copy color: '#752DAF'

red 117 ◦ green 45 ◦ blue 175

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

Shades of Royal Purple #752DAF

Tints of Royal Purple #752DAF

RGB

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

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

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

R = 34.72%
G = 13.35%
B = 51.93%

CMYK

 C value IS 0.33

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#752DAF (or 0x752DAF) is known color: Royal Purple. HEX triplet: 75, 2D and AF. RGB value is (117,45,175). Sum of RGB (Red+Green+Blue) = 117+45+175=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 45 (17.97% from 255 or 13.35% from 337); Blue value is 175 (68.75% from 255 or 51.93% from 337); Max value from RGB is 175 - color contains mainly: blue. Hex color #752DAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752DAF is #8AD250. Grayscale: #505050. Windows color (decimal): -9097809 or 11480437. OLE color: 11480437.

HSL color Cylindrical-coordinate representation of color #752DAF: hue angle of 273.23º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #752DAF is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 45 175 -
CMYK 0.33 0.74 0 0.31
HSL 273.23º 0.59% 0.43% -
HSV(B) 273.23º 0.74% 0.69% -
XYZ 16.01 8.75 41.4 -
YUV 81.35 180.85 153.43 -
System Red Green Blue C M Y K H S L
Decimal 117 45 175 0.33 0.74 0 0.31 273.23 0.59 0.43
Hex 75 2D AF 21 4A 0 1F 111 3B 2B
Octal 165 55 257 41 112 0 37 421 73 53
Binary 1110101 101101 10101111 100001 1001010 0 11111 100010001 111011 101011

Color Harmonies of #752DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752DAF

Black with #752DAF

Text Example


Text Example

White with #752DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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