Html Css Color HEX #752869 Palatinate Purple

📋 copy color: '#752869'

red 117 ◦ green 40 ◦ blue 105

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

Shades of Palatinate Purple #752869

Tints of Palatinate Purple #752869

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.27%

 BLUE value IS 105 (41.41% from 255) = 40.08%

R = 44.66%
G = 15.27%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#752869 (or 0x752869) is known color: Palatinate Purple. HEX triplet: 75, 28 and 69. RGB value is (117,40,105). Sum of RGB (Red+Green+Blue) = 117+40+105=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 105 (41.41% from 255 or 40.08% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #752869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752869 is #8AD796. Grayscale: #464646. Windows color (decimal): -9099159 or 6891637. OLE color: 6891637.

HSL color Cylindrical-coordinate representation of color #752869: hue angle of 309.35º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #752869 is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 40 105 -
CMYK 0 0.66 0.10 0.54
HSL 309.35º 0.49% 0.31% -
HSV(B) 309.35º 0.66% 0.46% -
XYZ 10.64 6.32 14.02 -
YUV 70.43 147.51 161.21 -
System Red Green Blue C M Y K H S L
Decimal 117 40 105 0 0.66 0.10 0.54 309.35 0.49 0.31
Hex 75 28 69 0 42 A 36 135 31 1F
Octal 165 50 151 0 102 12 66 465 61 37
Binary 1110101 101000 1101001 0 1000010 1010 110110 100110101 110001 11111

Color Harmonies of #752869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752869

Black with #752869

Text Example


Text Example

White with #752869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752869; }

 p { color: rgb(117,40,105); }

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

background-color css

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

 a { background-color: rgb(117,40,105); }

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

border-color css

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

 span { border-color: rgb(117,40,105); }

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