Html Css Color HEX #75339B Royal Purple

📋 copy color: '#75339B'

red 117 ◦ green 51 ◦ blue 155

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

Shades of Royal Purple #75339B

Tints of Royal Purple #75339B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.79%

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

R = 36.22%
G = 15.79%
B = 47.99%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75339B (or 0x75339B) is known color: Royal Purple. HEX triplet: 75, 33 and 9B. RGB value is (117,51,155). Sum of RGB (Red+Green+Blue) = 117+51+155=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #75339B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75339B is #8ACC64. Grayscale: #525252. Windows color (decimal): -9096293 or 10171253. OLE color: 10171253.

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

Color convert

RGB 117 51 155 -
CMYK 0.25 0.67 0 0.39
HSL 278.08º 0.5% 0.4% -
HSV(B) 278.08º 0.67% 0.61% -
XYZ 14.44 8.52 31.89 -
YUV 82.59 168.87 152.54 -
System Red Green Blue C M Y K H S L
Decimal 117 51 155 0.25 0.67 0 0.39 278.08 0.5 0.4
Hex 75 33 9B 19 43 0 27 116 32 28
Octal 165 63 233 31 103 0 47 426 62 50
Binary 1110101 110011 10011011 11001 1000011 0 100111 100010110 110010 101000

Color Harmonies of #75339B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75339B

Black with #75339B

Text Example


Text Example

White with #75339B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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