Html Css Color HEX #763462 Palatinate Purple

📋 copy color: '#763462'

red 118 ◦ green 52 ◦ blue 98

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

Shades of Palatinate Purple #763462

Tints of Palatinate Purple #763462

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.4%

 BLUE value IS 98 (38.67% from 255) = 36.57%

R = 44.03%
G = 19.4%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#763462 (or 0x763462) is known color: Palatinate Purple. HEX triplet: 76, 34 and 62. RGB value is (118,52,98). Sum of RGB (Red+Green+Blue) = 118+52+98=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #763462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763462 is #89CB9D. Grayscale: #4C4C4C. Windows color (decimal): -9030558 or 6435958. OLE color: 6435958.

HSL color Cylindrical-coordinate representation of color #763462: hue angle of 318.18º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #763462 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 52 98 -
CMYK 0 0.56 0.17 0.54
HSL 318.18º 0.39% 0.33% -
HSV(B) 318.18º 0.56% 0.46% -
XYZ 10.9 7.19 12.37 -
YUV 76.98 139.87 157.26 -
System Red Green Blue C M Y K H S L
Decimal 118 52 98 0 0.56 0.17 0.54 318.18 0.39 0.33
Hex 76 34 62 0 38 11 36 13E 27 21
Octal 166 64 142 0 70 21 66 476 47 41
Binary 1110110 110100 1100010 0 111000 10001 110110 100111110 100111 100001

Color Harmonies of #763462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763462

Black with #763462

Text Example


Text Example

White with #763462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763462; }

 p { color: rgb(118,52,98); }

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

background-color css

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

 a { background-color: rgb(118,52,98); }

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

border-color css

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

 span { border-color: rgb(118,52,98); }

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