Html Css Color HEX #752067 Palatinate Purple

📋 copy color: '#752067'

red 117 ◦ green 32 ◦ blue 103

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

Shades of Palatinate Purple #752067

Tints of Palatinate Purple #752067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 40.87%

R = 46.43%
G = 12.7%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#752067 (or 0x752067) is known color: Palatinate Purple. HEX triplet: 75, 20 and 67. RGB value is (117,32,103). Sum of RGB (Red+Green+Blue) = 117+32+103=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 103 (40.62% from 255 or 40.87% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #752067 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752067 is #8ADF98. Grayscale: #414141. Windows color (decimal): -9101209 or 6758517. OLE color: 6758517.

HSL color Cylindrical-coordinate representation of color #752067: hue angle of 309.88º 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 #752067 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 32 103 -
CMYK 0 0.73 0.12 0.54
HSL 309.88º 0.57% 0.29% -
HSV(B) 309.88º 0.73% 0.46% -
XYZ 10.3 5.79 13.41 -
YUV 65.51 149.16 164.73 -
System Red Green Blue C M Y K H S L
Decimal 117 32 103 0 0.73 0.12 0.54 309.88 0.57 0.29
Hex 75 20 67 0 49 C 36 136 39 1D
Octal 165 40 147 0 111 14 66 466 71 35
Binary 1110101 100000 1100111 0 1001001 1100 110110 100110110 111001 11101

Color Harmonies of #752067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752067

Black with #752067

Text Example


Text Example

White with #752067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752067; }

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

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

background-color css

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

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

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

border-color css

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

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

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