Html Css Color HEX #75359C Royal Purple

📋 copy color: '#75359C'

red 117 ◦ green 53 ◦ blue 156

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

Shades of Royal Purple #75359C

Tints of Royal Purple #75359C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.26%

 BLUE value IS 156 (61.33% from 255) = 47.85%

R = 35.89%
G = 16.26%
B = 47.85%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75359C (or 0x75359C) is known color: Royal Purple. HEX triplet: 75, 35 and 9C. RGB value is (117,53,156). Sum of RGB (Red+Green+Blue) = 117+53+156=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 156 - color contains mainly: blue. Hex color #75359C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75359C is #8ACA63. Grayscale: #535353. Windows color (decimal): -9095780 or 10237301. OLE color: 10237301.

HSL color Cylindrical-coordinate representation of color #75359C: hue angle of 277.28º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #75359C is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 53 156 -
CMYK 0.25 0.66 0 0.39
HSL 277.28º 0.49% 0.41% -
HSV(B) 277.28º 0.66% 0.61% -
XYZ 14.61 8.73 32.37 -
YUV 83.88 168.7 151.62 -
System Red Green Blue C M Y K H S L
Decimal 117 53 156 0.25 0.66 0 0.39 277.28 0.49 0.41
Hex 75 35 9C 19 42 0 27 115 31 29
Octal 165 65 234 31 102 0 47 425 61 51
Binary 1110101 110101 10011100 11001 1000010 0 100111 100010101 110001 101001

Color Harmonies of #75359C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75359C

Black with #75359C

Text Example


Text Example

White with #75359C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75359C; }

 p { color: rgb(117,53,156); }

 H1.HeaderClassName
 {
   color: #75359C;
 }
 .AnyTagClassName
 {
   color: #75359C;
 }
</style>

background-color css

<style>
 a { background-color: #75359C; }

 a { background-color: rgb(117,53,156); }

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

border-color css

<style>
 span { border-color: #75359C; }

 span { border-color: rgb(117,53,156); }

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