Html Css Color HEX #75409C Royal Purple

📋 copy color: '#75409C'

red 117 ◦ green 64 ◦ blue 156

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

Shades of Royal Purple #75409C

Tints of Royal Purple #75409C

RGB

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

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

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

R = 34.72%
G = 18.99%
B = 46.29%

CMYK

 C value IS 0.25

 M value IS 0.59

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75409C (or 0x75409C) is known color: Royal Purple. HEX triplet: 75, 40 and 9C. RGB value is (117,64,156). Sum of RGB (Red+Green+Blue) = 117+64+156=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 156 (61.33% from 255 or 46.29% from 337); Max value from RGB is 156 - color contains mainly: blue. Hex color #75409C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75409C is #8ABF63. Grayscale: #5A5A5A. Windows color (decimal): -9092964 or 10240117. OLE color: 10240117.

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

Color convert

RGB 117 64 156 -
CMYK 0.25 0.59 0 0.39
HSL 274.57º 0.42% 0.43% -
HSV(B) 274.57º 0.59% 0.61% -
XYZ 15.17 9.85 32.55 -
YUV 90.34 165.06 147.02 -
System Red Green Blue C M Y K H S L
Decimal 117 64 156 0.25 0.59 0 0.39 274.57 0.42 0.43
Hex 75 40 9C 19 3B 0 27 113 2A 2B
Octal 165 100 234 31 73 0 47 423 52 53
Binary 1110101 1000000 10011100 11001 111011 0 100111 100010011 101010 101011

Color Harmonies of #75409C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75409C

Black with #75409C

Text Example


Text Example

White with #75409C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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