Html Css Color HEX #75329F Royal Purple

📋 copy color: '#75329F'

red 117 ◦ green 50 ◦ blue 159

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

Shades of Royal Purple #75329F

Tints of Royal Purple #75329F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.34%

 BLUE value IS 159 (62.5% from 255) = 48.77%

R = 35.89%
G = 15.34%
B = 48.77%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75329F (or 0x75329F) is known color: Royal Purple. HEX triplet: 75, 32 and 9F. RGB value is (117,50,159). Sum of RGB (Red+Green+Blue) = 117+50+159=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 159 (62.5% from 255 or 48.77% from 326); Max value from RGB is 159 - color contains mainly: blue. Hex color #75329F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75329F is #8ACD60. Grayscale: #525252. Windows color (decimal): -9096545 or 10433141. OLE color: 10433141.

HSL color Cylindrical-coordinate representation of color #75329F: hue angle of 276.88º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #75329F is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 50 159 -
CMYK 0.26 0.69 0 0.38
HSL 276.88º 0.52% 0.41% -
HSV(B) 276.88º 0.69% 0.62% -
XYZ 14.73 8.57 33.68 -
YUV 82.46 171.2 152.64 -
System Red Green Blue C M Y K H S L
Decimal 117 50 159 0.26 0.69 0 0.38 276.88 0.52 0.41
Hex 75 32 9F 1A 45 0 26 115 34 29
Octal 165 62 237 32 105 0 46 425 64 51
Binary 1110101 110010 10011111 11010 1000101 0 100110 100010101 110100 101001

Color Harmonies of #75329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75329F

Black with #75329F

Text Example


Text Example

White with #75329F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75329F; }

 p { color: rgb(117,50,159); }

 H1.HeaderClassName
 {
   color: #75329F;
 }
 .AnyTagClassName
 {
   color: #75329F;
 }
</style>

background-color css

<style>
 a { background-color: #75329F; }

 a { background-color: rgb(117,50,159); }

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

border-color css

<style>
 span { border-color: #75329F; }

 span { border-color: rgb(117,50,159); }

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