Html Css Color HEX #762B71 Seance

📋 copy color: '#762B71'

red 118 ◦ green 43 ◦ blue 113

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

Shades of Seance #762B71

Tints of Seance #762B71

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.69%

 BLUE value IS 113 (44.53% from 255) = 41.24%

R = 43.07%
G = 15.69%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#762B71 (or 0x762B71) is known color: Seance. HEX triplet: 76, 2B and 71. RGB value is (118,43,113). Sum of RGB (Red+Green+Blue) = 118+43+113=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 43 (17.19% from 255 or 15.69% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #762B71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762B71 is #89D48E. Grayscale: #494949. Windows color (decimal): -9032847 or 7416694. OLE color: 7416694.

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

Color convert

RGB 118 43 113 -
CMYK 0 0.64 0.04 0.54
HSL 304º 0.47% 0.32% -
HSV(B) 304º 0.64% 0.46% -
XYZ 11.32 6.77 16.33 -
YUV 73.41 150.35 159.81 -
System Red Green Blue C M Y K H S L
Decimal 118 43 113 0 0.64 0.04 0.54 304 0.47 0.32
Hex 76 2B 71 0 40 4 36 130 2F 20
Octal 166 53 161 0 100 4 66 460 57 40
Binary 1110110 101011 1110001 0 1000000 100 110110 100110000 101111 100000

Color Harmonies of #762B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762B71

Black with #762B71

Text Example


Text Example

White with #762B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,43,113); }

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

background-color css

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

 a { background-color: rgb(118,43,113); }

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

border-color css

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

 span { border-color: rgb(118,43,113); }

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