Html Css Color HEX #762561 Palatinate Purple

📋 copy color: '#762561'

red 118 ◦ green 37 ◦ blue 97

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

Shades of Palatinate Purple #762561

Tints of Palatinate Purple #762561

RGB

 RED value IS 118 (46.48% from 255) = 46.83%

 GREEN value IS 37 (14.84% from 255) = 14.68%

 BLUE value IS 97 (38.28% from 255) = 38.49%

R = 46.83%
G = 14.68%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#762561 (or 0x762561) is known color: Palatinate Purple. HEX triplet: 76, 25 and 61. RGB value is (118,37,97). Sum of RGB (Red+Green+Blue) = 118+37+97=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #762561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762561 is #89DA9E. Grayscale: #434343. Windows color (decimal): -9034399 or 6366582. OLE color: 6366582.

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

Color convert

RGB 118 37 97 -
CMYK 0 0.69 0.18 0.54
HSL 315.56º 0.52% 0.3% -
HSV(B) 315.56º 0.69% 0.46% -
XYZ 10.29 6.04 11.93 -
YUV 68.06 144.34 163.62 -
System Red Green Blue C M Y K H S L
Decimal 118 37 97 0 0.69 0.18 0.54 315.56 0.52 0.3
Hex 76 25 61 0 45 12 36 13C 34 1E
Octal 166 45 141 0 105 22 66 474 64 36
Binary 1110110 100101 1100001 0 1000101 10010 110110 100111100 110100 11110

Color Harmonies of #762561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762561

Black with #762561

Text Example


Text Example

White with #762561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762561; }

 p { color: rgb(118,37,97); }

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

background-color css

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

 a { background-color: rgb(118,37,97); }

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

border-color css

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

 span { border-color: rgb(118,37,97); }

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