Html Css Color HEX #762F6E Palatinate Purple

📋 copy color: '#762F6E'

red 118 ◦ green 47 ◦ blue 110

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

Shades of Palatinate Purple #762F6E

Tints of Palatinate Purple #762F6E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.09%

 BLUE value IS 110 (43.36% from 255) = 40%

R = 42.91%
G = 17.09%
B = 40%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#762F6E (or 0x762F6E) is known color: Palatinate Purple. HEX triplet: 76, 2F and 6E. RGB value is (118,47,110). Sum of RGB (Red+Green+Blue) = 118+47+110=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 47 (18.75% from 255 or 17.09% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #762F6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762F6E is #89D091. Grayscale: #4B4B4B. Windows color (decimal): -9031826 or 7221110. OLE color: 7221110.

HSL color Cylindrical-coordinate representation of color #762F6E: hue angle of 306.76º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #762F6E is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 47 110 -
CMYK 0 0.60 0.07 0.54
HSL 306.76º 0.43% 0.32% -
HSV(B) 306.76º 0.6% 0.46% -
XYZ 11.3 7.01 15.51 -
YUV 75.41 147.52 158.38 -
System Red Green Blue C M Y K H S L
Decimal 118 47 110 0 0.60 0.07 0.54 306.76 0.43 0.32
Hex 76 2F 6E 0 3C 7 36 133 2B 20
Octal 166 57 156 0 74 7 66 463 53 40
Binary 1110110 101111 1101110 0 111100 111 110110 100110011 101011 100000

Color Harmonies of #762F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762F6E

Black with #762F6E

Text Example


Text Example

White with #762F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762F6E; }

 p { color: rgb(118,47,110); }

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

background-color css

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

 a { background-color: rgb(118,47,110); }

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

border-color css

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

 span { border-color: rgb(118,47,110); }

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