Html Css Color HEX #75349B Royal Purple

📋 copy color: '#75349B'

red 117 ◦ green 52 ◦ blue 155

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

Shades of Royal Purple #75349B

Tints of Royal Purple #75349B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.05%

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

R = 36.11%
G = 16.05%
B = 47.84%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75349B (or 0x75349B) is known color: Royal Purple. HEX triplet: 75, 34 and 9B. RGB value is (117,52,155). Sum of RGB (Red+Green+Blue) = 117+52+155=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #75349B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75349B is #8ACB64. Grayscale: #525252. Windows color (decimal): -9096037 or 10171509. OLE color: 10171509.

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

Color convert

RGB 117 52 155 -
CMYK 0.25 0.66 0 0.39
HSL 277.86º 0.5% 0.41% -
HSV(B) 277.86º 0.66% 0.61% -
XYZ 14.48 8.6 31.91 -
YUV 83.18 168.53 152.12 -
System Red Green Blue C M Y K H S L
Decimal 117 52 155 0.25 0.66 0 0.39 277.86 0.5 0.41
Hex 75 34 9B 19 42 0 27 116 32 29
Octal 165 64 233 31 102 0 47 426 62 51
Binary 1110101 110100 10011011 11001 1000010 0 100111 100010110 110010 101001

Color Harmonies of #75349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75349B

Black with #75349B

Text Example


Text Example

White with #75349B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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