Html Css Color HEX #752367 Palatinate Purple

📋 copy color: '#752367'

red 117 ◦ green 35 ◦ blue 103

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

Shades of Palatinate Purple #752367

Tints of Palatinate Purple #752367

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.73%

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

R = 45.88%
G = 13.73%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#752367 (or 0x752367) is known color: Palatinate Purple. HEX triplet: 75, 23 and 67. RGB value is (117,35,103). Sum of RGB (Red+Green+Blue) = 117+35+103=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 103 (40.62% from 255 or 40.39% from 255); Max value from RGB is 117 - color contains mainly: red. Hex color #752367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752367 is #8ADC98. Grayscale: #434343. Windows color (decimal): -9100441 or 6759285. OLE color: 6759285.

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

Color convert

RGB 117 35 103 -
CMYK 0 0.70 0.12 0.54
HSL 310.24º 0.54% 0.3% -
HSV(B) 310.24º 0.7% 0.46% -
XYZ 10.39 5.96 13.44 -
YUV 67.27 148.17 163.47 -
System Red Green Blue C M Y K H S L
Decimal 117 35 103 0 0.70 0.12 0.54 310.24 0.54 0.3
Hex 75 23 67 0 46 C 36 136 36 1E
Octal 165 43 147 0 106 14 66 466 66 36
Binary 1110101 100011 1100111 0 1000110 1100 110110 100110110 110110 11110

Color Harmonies of #752367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752367

Black with #752367

Text Example


Text Example

White with #752367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752367; }

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

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

background-color css

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

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

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

border-color css

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

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

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