Html Css Color HEX #752667 Palatinate Purple

📋 copy color: '#752667'

red 117 ◦ green 38 ◦ blue 103

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

Shades of Palatinate Purple #752667

Tints of Palatinate Purple #752667

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.73%

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

R = 45.35%
G = 14.73%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#752667 (or 0x752667) is known color: Palatinate Purple. HEX triplet: 75, 26 and 67. RGB value is (117,38,103). Sum of RGB (Red+Green+Blue) = 117+38+103=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 38 (15.23% from 255 or 14.73% from 258); Blue value is 103 (40.62% from 255 or 39.92% from 258); Max value from RGB is 117 - color contains mainly: red. Hex color #752667 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752667 is #8AD998. Grayscale: #444444. Windows color (decimal): -9099673 or 6760053. OLE color: 6760053.

HSL color Cylindrical-coordinate representation of color #752667: hue angle of 310.63º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #752667 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 38 103 -
CMYK 0 0.68 0.12 0.54
HSL 310.63º 0.51% 0.3% -
HSV(B) 310.63º 0.68% 0.46% -
XYZ 10.48 6.15 13.47 -
YUV 69.03 147.17 162.21 -
System Red Green Blue C M Y K H S L
Decimal 117 38 103 0 0.68 0.12 0.54 310.63 0.51 0.3
Hex 75 26 67 0 44 C 36 137 33 1E
Octal 165 46 147 0 104 14 66 467 63 36
Binary 1110101 100110 1100111 0 1000100 1100 110110 100110111 110011 11110

Color Harmonies of #752667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752667

Black with #752667

Text Example


Text Example

White with #752667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752667; }

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

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

background-color css

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

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

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

border-color css

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

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

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