Html Css Color HEX #752BAF Royal Purple

📋 copy color: '#752BAF'

red 117 ◦ green 43 ◦ blue 175

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

Shades of Royal Purple #752BAF

Tints of Royal Purple #752BAF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.84%

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

R = 34.93%
G = 12.84%
B = 52.24%

CMYK

 C value IS 0.33

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#752BAF (or 0x752BAF) is known color: Royal Purple. HEX triplet: 75, 2B and AF. RGB value is (117,43,175). Sum of RGB (Red+Green+Blue) = 117+43+175=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 43 (17.19% from 255 or 12.84% from 335); Blue value is 175 (68.75% from 255 or 52.24% from 335); Max value from RGB is 175 - color contains mainly: blue. Hex color #752BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752BAF is #8AD450. Grayscale: #4F4F4F. Windows color (decimal): -9098321 or 11479925. OLE color: 11479925.

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

Color convert

RGB 117 43 175 -
CMYK 0.33 0.75 0 0.31
HSL 273.64º 0.61% 0.43% -
HSV(B) 273.64º 0.75% 0.69% -
XYZ 15.94 8.6 41.38 -
YUV 80.17 181.52 154.27 -
System Red Green Blue C M Y K H S L
Decimal 117 43 175 0.33 0.75 0 0.31 273.64 0.61 0.43
Hex 75 2B AF 21 4B 0 1F 112 3D 2B
Octal 165 53 257 41 113 0 37 422 75 53
Binary 1110101 101011 10101111 100001 1001011 0 11111 100010010 111101 101011

Color Harmonies of #752BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752BAF

Black with #752BAF

Text Example


Text Example

White with #752BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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