Html Css Color HEX #75309D Royal Purple

📋 copy color: '#75309D'

red 117 ◦ green 48 ◦ blue 157

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

Shades of Royal Purple #75309D

Tints of Royal Purple #75309D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.91%

 BLUE value IS 157 (61.72% from 255) = 48.76%

R = 36.34%
G = 14.91%
B = 48.76%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75309D (or 0x75309D) is known color: Royal Purple. HEX triplet: 75, 30 and 9D. RGB value is (117,48,157). Sum of RGB (Red+Green+Blue) = 117+48+157=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 157 (61.72% from 255 or 48.76% from 322); Max value from RGB is 157 - color contains mainly: blue. Hex color #75309D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75309D is #8ACF62. Grayscale: #505050. Windows color (decimal): -9097059 or 10301557. OLE color: 10301557.

HSL color Cylindrical-coordinate representation of color #75309D: hue angle of 277.98º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #75309D is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 48 157 -
CMYK 0.25 0.69 0 0.38
HSL 277.98º 0.53% 0.4% -
HSV(B) 277.98º 0.69% 0.62% -
XYZ 14.48 8.33 32.74 -
YUV 81.06 170.86 153.64 -
System Red Green Blue C M Y K H S L
Decimal 117 48 157 0.25 0.69 0 0.38 277.98 0.53 0.4
Hex 75 30 9D 19 45 0 26 116 35 28
Octal 165 60 235 31 105 0 46 426 65 50
Binary 1110101 110000 10011101 11001 1000101 0 100110 100010110 110101 101000

Color Harmonies of #75309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75309D

Black with #75309D

Text Example


Text Example

White with #75309D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75309D; }

 p { color: rgb(117,48,157); }

 H1.HeaderClassName
 {
   color: #75309D;
 }
 .AnyTagClassName
 {
   color: #75309D;
 }
</style>

background-color css

<style>
 a { background-color: #75309D; }

 a { background-color: rgb(117,48,157); }

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

border-color css

<style>
 span { border-color: #75309D; }

 span { border-color: rgb(117,48,157); }

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