Html Css Color HEX #75369B Royal Purple

📋 copy color: '#75369B'

red 117 ◦ green 54 ◦ blue 155

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

Shades of Royal Purple #75369B

Tints of Royal Purple #75369B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.55%

R = 35.89%
G = 16.56%
B = 47.55%

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

#75369B (or 0x75369B) is known color: Royal Purple. HEX triplet: 75, 36 and 9B. RGB value is (117,54,155). Sum of RGB (Red+Green+Blue) = 117+54+155=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #75369B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75369B is #8AC964. Grayscale: #545454. Windows color (decimal): -9095525 or 10172021. OLE color: 10172021.

HSL color Cylindrical-coordinate representation of color #75369B: hue angle of 277.43º degrees, saturation: 0.48, 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 #75369B is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 54 155 -
CMYK 0.25 0.65 0 0.39
HSL 277.43º 0.48% 0.41% -
HSV(B) 277.43º 0.65% 0.61% -
XYZ 14.57 8.79 31.94 -
YUV 84.35 167.87 151.29 -
System Red Green Blue C M Y K H S L
Decimal 117 54 155 0.25 0.65 0 0.39 277.43 0.48 0.41
Hex 75 36 9B 19 41 0 27 115 30 29
Octal 165 66 233 31 101 0 47 425 60 51
Binary 1110101 110110 10011011 11001 1000001 0 100111 100010101 110000 101001

Color Harmonies of #75369B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75369B

Black with #75369B

Text Example


Text Example

White with #75369B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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