Html Css Color HEX #75389C Royal Purple

📋 copy color: '#75389C'

red 117 ◦ green 56 ◦ blue 156

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

Shades of Royal Purple #75389C

Tints of Royal Purple #75389C

RGB

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

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

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

R = 35.56%
G = 17.02%
B = 47.42%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75389C (or 0x75389C) is known color: Royal Purple. HEX triplet: 75, 38 and 9C. RGB value is (117,56,156). Sum of RGB (Red+Green+Blue) = 117+56+156=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 156 - color contains mainly: blue. Hex color #75389C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75389C is #8AC763. Grayscale: #555555. Windows color (decimal): -9095012 or 10238069. OLE color: 10238069.

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

Color convert

RGB 117 56 156 -
CMYK 0.25 0.64 0 0.39
HSL 276.6º 0.47% 0.42% -
HSV(B) 276.6º 0.64% 0.61% -
XYZ 14.75 9.01 32.41 -
YUV 85.64 167.71 150.37 -
System Red Green Blue C M Y K H S L
Decimal 117 56 156 0.25 0.64 0 0.39 276.6 0.47 0.42
Hex 75 38 9C 19 40 0 27 115 2F 2A
Octal 165 70 234 31 100 0 47 425 57 52
Binary 1110101 111000 10011100 11001 1000000 0 100111 100010101 101111 101010

Color Harmonies of #75389C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75389C

Black with #75389C

Text Example


Text Example

White with #75389C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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