Html Css Color HEX #75409D Royal Purple

📋 copy color: '#75409D'

red 117 ◦ green 64 ◦ blue 157

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

Shades of Royal Purple #75409D

Tints of Royal Purple #75409D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.93%

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

R = 34.62%
G = 18.93%
B = 46.45%

CMYK

 C value IS 0.25

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75409D (or 0x75409D) is known color: Royal Purple. HEX triplet: 75, 40 and 9D. RGB value is (117,64,157). Sum of RGB (Red+Green+Blue) = 117+64+157=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 157 (61.72% from 255 or 46.45% from 338); Max value from RGB is 157 - color contains mainly: blue. Hex color #75409D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75409D is #8ABF62. Grayscale: #5A5A5A. Windows color (decimal): -9092963 or 10305653. OLE color: 10305653.

HSL color Cylindrical-coordinate representation of color #75409D: hue angle of 274.19º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #75409D is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 64 157 -
CMYK 0.25 0.59 0 0.38
HSL 274.19º 0.42% 0.43% -
HSV(B) 274.19º 0.59% 0.62% -
XYZ 15.26 9.88 33 -
YUV 90.45 165.56 146.94 -
System Red Green Blue C M Y K H S L
Decimal 117 64 157 0.25 0.59 0 0.38 274.19 0.42 0.43
Hex 75 40 9D 19 3B 0 26 112 2A 2B
Octal 165 100 235 31 73 0 46 422 52 53
Binary 1110101 1000000 10011101 11001 111011 0 100110 100010010 101010 101011

Color Harmonies of #75409D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75409D

Black with #75409D

Text Example


Text Example

White with #75409D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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