Html Css Color HEX #75389E Royal Purple

📋 copy color: '#75389E'

red 117 ◦ green 56 ◦ blue 158

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

Shades of Royal Purple #75389E

Tints of Royal Purple #75389E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.92%

 BLUE value IS 158 (62.11% from 255) = 47.73%

R = 35.35%
G = 16.92%
B = 47.73%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75389E (or 0x75389E) is known color: Royal Purple. HEX triplet: 75, 38 and 9E. RGB value is (117,56,158). Sum of RGB (Red+Green+Blue) = 117+56+158=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 158 (62.11% from 255 or 47.73% from 331); Max value from RGB is 158 - color contains mainly: blue. Hex color #75389E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75389E is #8AC761. Grayscale: #555555. Windows color (decimal): -9095010 or 10369141. OLE color: 10369141.

HSL color Cylindrical-coordinate representation of color #75389E: hue angle of 275.88º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #75389E is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 56 158 -
CMYK 0.26 0.65 0 0.38
HSL 275.88º 0.48% 0.42% -
HSV(B) 275.88º 0.65% 0.62% -
XYZ 14.92 9.08 33.31 -
YUV 85.87 168.71 150.21 -
System Red Green Blue C M Y K H S L
Decimal 117 56 158 0.26 0.65 0 0.38 275.88 0.48 0.42
Hex 75 38 9E 1A 41 0 26 114 30 2A
Octal 165 70 236 32 101 0 46 424 60 52
Binary 1110101 111000 10011110 11010 1000001 0 100110 100010100 110000 101010

Color Harmonies of #75389E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75389E

Black with #75389E

Text Example


Text Example

White with #75389E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75389E; }

 p { color: rgb(117,56,158); }

 H1.HeaderClassName
 {
   color: #75389E;
 }
 .AnyTagClassName
 {
   color: #75389E;
 }
</style>

background-color css

<style>
 a { background-color: #75389E; }

 a { background-color: rgb(117,56,158); }

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

border-color css

<style>
 span { border-color: #75389E; }

 span { border-color: rgb(117,56,158); }

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