Html Css Color HEX #75379D Royal Purple

📋 copy color: '#75379D'

red 117 ◦ green 55 ◦ blue 157

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

Shades of Royal Purple #75379D

Tints of Royal Purple #75379D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.72%

 BLUE value IS 157 (61.72% from 255) = 47.72%

R = 35.56%
G = 16.72%
B = 47.72%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75379D (or 0x75379D) is known color: Royal Purple. HEX triplet: 75, 37 and 9D. RGB value is (117,55,157). Sum of RGB (Red+Green+Blue) = 117+55+157=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 157 - color contains mainly: blue. Hex color #75379D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75379D is #8AC862. Grayscale: #545454. Windows color (decimal): -9095267 or 10303349. OLE color: 10303349.

HSL color Cylindrical-coordinate representation of color #75379D: hue angle of 276.47º 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 #75379D is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 55 157 -
CMYK 0.25 0.65 0 0.38
HSL 276.47º 0.48% 0.42% -
HSV(B) 276.47º 0.65% 0.62% -
XYZ 14.79 8.95 32.85 -
YUV 85.17 168.54 150.71 -
System Red Green Blue C M Y K H S L
Decimal 117 55 157 0.25 0.65 0 0.38 276.47 0.48 0.42
Hex 75 37 9D 19 41 0 26 114 30 2A
Octal 165 67 235 31 101 0 46 424 60 52
Binary 1110101 110111 10011101 11001 1000001 0 100110 100010100 110000 101010

Color Harmonies of #75379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75379D

Black with #75379D

Text Example


Text Example

White with #75379D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75379D; }

 p { color: rgb(117,55,157); }

 H1.HeaderClassName
 {
   color: #75379D;
 }
 .AnyTagClassName
 {
   color: #75379D;
 }
</style>

background-color css

<style>
 a { background-color: #75379D; }

 a { background-color: rgb(117,55,157); }

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

border-color css

<style>
 span { border-color: #75379D; }

 span { border-color: rgb(117,55,157); }

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