Html Css Color HEX #75306A Palatinate Purple

📋 copy color: '#75306A'

red 117 ◦ green 48 ◦ blue 106

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

Shades of Palatinate Purple #75306A

Tints of Palatinate Purple #75306A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 39.11%

R = 43.17%
G = 17.71%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#75306A (or 0x75306A) is known color: Palatinate Purple. HEX triplet: 75, 30 and 6A. RGB value is (117,48,106). Sum of RGB (Red+Green+Blue) = 117+48+106=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #75306A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75306A is #8ACF95. Grayscale: #4B4B4B. Windows color (decimal): -9097110 or 6959221. OLE color: 6959221.

HSL color Cylindrical-coordinate representation of color #75306A: hue angle of 309.57º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #75306A is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 48 106 -
CMYK 0 0.59 0.09 0.54
HSL 309.57º 0.42% 0.32% -
HSV(B) 309.57º 0.59% 0.46% -
XYZ 10.99 6.94 14.4 -
YUV 75.24 145.36 157.78 -
System Red Green Blue C M Y K H S L
Decimal 117 48 106 0 0.59 0.09 0.54 309.57 0.42 0.32
Hex 75 30 6A 0 3B 9 36 136 2A 20
Octal 165 60 152 0 73 11 66 466 52 40
Binary 1110101 110000 1101010 0 111011 1001 110110 100110110 101010 100000

Color Harmonies of #75306A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75306A

Black with #75306A

Text Example


Text Example

White with #75306A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75306A; }

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

 H1.HeaderClassName
 {
   color: #75306A;
 }
 .AnyTagClassName
 {
   color: #75306A;
 }
</style>

background-color css

<style>
 a { background-color: #75306A; }

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

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

border-color css

<style>
 span { border-color: #75306A; }

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

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