Html Css Color HEX #762F71 Seance

📋 copy color: '#762F71'

red 118 ◦ green 47 ◦ blue 113

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

Shades of Seance #762F71

Tints of Seance #762F71

RGB

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

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

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

R = 42.45%
G = 16.91%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#762F71 (or 0x762F71) is known color: Seance. HEX triplet: 76, 2F and 71. RGB value is (118,47,113). Sum of RGB (Red+Green+Blue) = 118+47+113=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 47 (18.75% from 255 or 16.91% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #762F71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762F71 is #89D08E. Grayscale: #4B4B4B. Windows color (decimal): -9031823 or 7417718. OLE color: 7417718.

HSL color Cylindrical-coordinate representation of color #762F71: hue angle of 304.23º 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 #762F71 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 47 113 -
CMYK 0 0.60 0.04 0.54
HSL 304.23º 0.43% 0.32% -
HSV(B) 304.23º 0.6% 0.46% -
XYZ 11.47 7.08 16.38 -
YUV 75.75 149.02 158.13 -
System Red Green Blue C M Y K H S L
Decimal 118 47 113 0 0.60 0.04 0.54 304.23 0.43 0.32
Hex 76 2F 71 0 3C 4 36 130 2B 20
Octal 166 57 161 0 74 4 66 460 53 40
Binary 1110110 101111 1110001 0 111100 100 110110 100110000 101011 100000

Color Harmonies of #762F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762F71

Black with #762F71

Text Example


Text Example

White with #762F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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