Html Css Color HEX #75065D Palatinate Purple

📋 copy color: '#75065D'

red 117 ◦ green 6 ◦ blue 93

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

Shades of Palatinate Purple #75065D

Tints of Palatinate Purple #75065D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.78%

 BLUE value IS 93 (36.72% from 255) = 43.06%

R = 54.17%
G = 2.78%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75065D (or 0x75065D) is known color: Palatinate Purple. HEX triplet: 75, 06 and 5D. RGB value is (117,6,93). Sum of RGB (Red+Green+Blue) = 117+6+93=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 6 (2.73% from 255 or 2.78% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #75065D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75065D is #8AF9A2. Grayscale: #303030. Windows color (decimal): -9107875 or 6096501. OLE color: 6096501.

HSL color Cylindrical-coordinate representation of color #75065D: hue angle of 312.97º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #75065D is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 6 93 -
CMYK 0 0.95 0.21 0.54
HSL 312.97º 0.9% 0.24% -
HSV(B) 312.97º 0.95% 0.46% -
XYZ 9.38 4.7 10.77 -
YUV 49.11 152.77 176.43 -
System Red Green Blue C M Y K H S L
Decimal 117 6 93 0 0.95 0.21 0.54 312.97 0.9 0.24
Hex 75 6 5D 0 5F 15 36 139 5A 18
Octal 165 6 135 0 137 25 66 471 132 30
Binary 1110101 110 1011101 0 1011111 10101 110110 100111001 1011010 11000

Color Harmonies of #75065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75065D

Black with #75065D

Text Example


Text Example

White with #75065D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,6,93); }

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

background-color css

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

 a { background-color: rgb(117,6,93); }

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

border-color css

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

 span { border-color: rgb(117,6,93); }

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