Html Css Color HEX #75305F Palatinate Purple

📋 copy color: '#75305F'

red 117 ◦ green 48 ◦ blue 95

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

Shades of Palatinate Purple #75305F

Tints of Palatinate Purple #75305F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 36.54%

R = 45%
G = 18.46%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#75305F (or 0x75305F) is known color: Palatinate Purple. HEX triplet: 75, 30 and 5F. RGB value is (117,48,95). Sum of RGB (Red+Green+Blue) = 117+48+95=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 95 (37.5% from 255 or 36.54% from 260); Max value from RGB is 117 - color contains mainly: red. Hex color #75305F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75305F is #8ACFA0. Grayscale: #494949. Windows color (decimal): -9097121 or 6238325. OLE color: 6238325.

HSL color Cylindrical-coordinate representation of color #75305F: hue angle of 319.13º 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 #75305F is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 48 95 -
CMYK 0 0.59 0.19 0.54
HSL 319.13º 0.42% 0.32% -
HSV(B) 319.13º 0.59% 0.46% -
XYZ 10.46 6.72 11.57 -
YUV 73.99 139.86 158.68 -
System Red Green Blue C M Y K H S L
Decimal 117 48 95 0 0.59 0.19 0.54 319.13 0.42 0.32
Hex 75 30 5F 0 3B 13 36 13F 2A 20
Octal 165 60 137 0 73 23 66 477 52 40
Binary 1110101 110000 1011111 0 111011 10011 110110 100111111 101010 100000

Color Harmonies of #75305F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75305F

Black with #75305F

Text Example


Text Example

White with #75305F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75305F; }

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

 H1.HeaderClassName
 {
   color: #75305F;
 }
 .AnyTagClassName
 {
   color: #75305F;
 }
</style>

background-color css

<style>
 a { background-color: #75305F; }

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

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

border-color css

<style>
 span { border-color: #75305F; }

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

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