Html Css Color HEX #75206B Palatinate Purple

📋 copy color: '#75206B'

red 117 ◦ green 32 ◦ blue 107

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

Shades of Palatinate Purple #75206B

Tints of Palatinate Purple #75206B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.5%

 BLUE value IS 107 (42.19% from 255) = 41.8%

R = 45.7%
G = 12.5%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#75206B (or 0x75206B) is known color: Palatinate Purple. HEX triplet: 75, 20 and 6B. RGB value is (117,32,107). Sum of RGB (Red+Green+Blue) = 117+32+107=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #75206B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75206B is #8ADF94. Grayscale: #414141. Windows color (decimal): -9101205 or 7020661. OLE color: 7020661.

HSL color Cylindrical-coordinate representation of color #75206B: hue angle of 307.06º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #75206B is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 32 107 -
CMYK 0 0.73 0.09 0.54
HSL 307.06º 0.57% 0.29% -
HSV(B) 307.06º 0.73% 0.46% -
XYZ 10.51 5.88 14.49 -
YUV 65.97 151.16 164.4 -
System Red Green Blue C M Y K H S L
Decimal 117 32 107 0 0.73 0.09 0.54 307.06 0.57 0.29
Hex 75 20 6B 0 49 9 36 133 39 1D
Octal 165 40 153 0 111 11 66 463 71 35
Binary 1110101 100000 1101011 0 1001001 1001 110110 100110011 111001 11101

Color Harmonies of #75206B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75206B

Black with #75206B

Text Example


Text Example

White with #75206B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,32,107); }

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

background-color css

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

 a { background-color: rgb(117,32,107); }

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

border-color css

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

 span { border-color: rgb(117,32,107); }

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