Html Css Color HEX #75369C Royal Purple

📋 copy color: '#75369C'

red 117 ◦ green 54 ◦ blue 156

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

Shades of Royal Purple #75369C

Tints of Royal Purple #75369C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.51%

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

R = 35.78%
G = 16.51%
B = 47.71%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75369C (or 0x75369C) is known color: Royal Purple. HEX triplet: 75, 36 and 9C. RGB value is (117,54,156). Sum of RGB (Red+Green+Blue) = 117+54+156=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 156 (61.33% from 255 or 47.71% from 327); Max value from RGB is 156 - color contains mainly: blue. Hex color #75369C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75369C is #8AC963. Grayscale: #545454. Windows color (decimal): -9095524 or 10237557. OLE color: 10237557.

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

Color convert

RGB 117 54 156 -
CMYK 0.25 0.65 0 0.39
HSL 277.06º 0.49% 0.41% -
HSV(B) 277.06º 0.65% 0.61% -
XYZ 14.66 8.82 32.38 -
YUV 84.47 168.37 151.21 -
System Red Green Blue C M Y K H S L
Decimal 117 54 156 0.25 0.65 0 0.39 277.06 0.49 0.41
Hex 75 36 9C 19 41 0 27 115 31 29
Octal 165 66 234 31 101 0 47 425 61 51
Binary 1110101 110110 10011100 11001 1000001 0 100111 100010101 110001 101001

Color Harmonies of #75369C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75369C

Black with #75369C

Text Example


Text Example

White with #75369C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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