Html Css Color HEX #762A5E Palatinate Purple

📋 copy color: '#762A5E'

red 118 ◦ green 42 ◦ blue 94

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

Shades of Palatinate Purple #762A5E

Tints of Palatinate Purple #762A5E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.54%

 BLUE value IS 94 (37.11% from 255) = 37.01%

R = 46.46%
G = 16.54%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#762A5E (or 0x762A5E) is known color: Palatinate Purple. HEX triplet: 76, 2A and 5E. RGB value is (118,42,94). Sum of RGB (Red+Green+Blue) = 118+42+94=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 42 (16.80% from 255 or 16.54% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #762A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762A5E is #89D5A1. Grayscale: #464646. Windows color (decimal): -9033122 or 6171254. OLE color: 6171254.

HSL color Cylindrical-coordinate representation of color #762A5E: hue angle of 318.95º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #762A5E is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 42 94 -
CMYK 0 0.64 0.20 0.54
HSL 318.95º 0.48% 0.31% -
HSV(B) 318.95º 0.64% 0.46% -
XYZ 10.32 6.32 11.26 -
YUV 70.65 141.18 161.77 -
System Red Green Blue C M Y K H S L
Decimal 118 42 94 0 0.64 0.20 0.54 318.95 0.48 0.31
Hex 76 2A 5E 0 40 14 36 13F 30 1F
Octal 166 52 136 0 100 24 66 477 60 37
Binary 1110110 101010 1011110 0 1000000 10100 110110 100111111 110000 11111

Color Harmonies of #762A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762A5E

Black with #762A5E

Text Example


Text Example

White with #762A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,42,94); }

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

background-color css

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

 a { background-color: rgb(118,42,94); }

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

border-color css

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

 span { border-color: rgb(118,42,94); }

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