Html Css Color HEX #75409A Royal Purple

📋 copy color: '#75409A'

red 117 ◦ green 64 ◦ blue 154

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

Shades of Royal Purple #75409A

Tints of Royal Purple #75409A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 45.97%

R = 34.93%
G = 19.1%
B = 45.97%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#75409A (or 0x75409A) is known color: Royal Purple. HEX triplet: 75, 40 and 9A. RGB value is (117,64,154). Sum of RGB (Red+Green+Blue) = 117+64+154=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 154 - color contains mainly: blue. Hex color #75409A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75409A is #8ABF65. Grayscale: #595959. Windows color (decimal): -9092966 or 10109045. OLE color: 10109045.

HSL color Cylindrical-coordinate representation of color #75409A: hue angle of 275.33º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #75409A is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 64 154 -
CMYK 0.24 0.58 0 0.40
HSL 275.33º 0.41% 0.43% -
HSV(B) 275.33º 0.58% 0.6% -
XYZ 15 9.78 31.67 -
YUV 90.11 164.06 147.18 -
System Red Green Blue C M Y K H S L
Decimal 117 64 154 0.24 0.58 0 0.40 275.33 0.41 0.43
Hex 75 40 9A 18 3A 0 28 113 29 2B
Octal 165 100 232 30 72 0 50 423 51 53
Binary 1110101 1000000 10011010 11000 111010 0 101000 100010011 101001 101011

Color Harmonies of #75409A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75409A

Black with #75409A

Text Example


Text Example

White with #75409A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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