Html Css Color HEX #71277C Seance

📋 copy color: '#71277C'

red 113 ◦ green 39 ◦ blue 124

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

Shades of Seance #71277C

Tints of Seance #71277C

RGB

 RED value IS 113 (44.53% from 255) = 40.94%

 GREEN value IS 39 (15.63% from 255) = 14.13%

 BLUE value IS 124 (48.83% from 255) = 44.93%

R = 40.94%
G = 14.13%
B = 44.93%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71277C (or 0x71277C) is known color: Seance. HEX triplet: 71, 27 and 7C. RGB value is (113,39,124). Sum of RGB (Red+Green+Blue) = 113+39+124=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 124 - color contains mainly: blue. Hex color #71277C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71277C is #8ED883. Grayscale: #464646. Windows color (decimal): -9361540 or 8136561. OLE color: 8136561.

HSL color Cylindrical-coordinate representation of color #71277C: hue angle of 292.24º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #71277C is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 39 124 -
CMYK 0.09 0.69 0 0.51
HSL 292.24º 0.52% 0.32% -
HSV(B) 292.24º 0.69% 0.49% -
XYZ 11.17 6.42 19.72 -
YUV 70.82 158.02 158.09 -
System Red Green Blue C M Y K H S L
Decimal 113 39 124 0.09 0.69 0 0.51 292.24 0.52 0.32
Hex 71 27 7C 9 45 0 33 124 34 20
Octal 161 47 174 11 105 0 63 444 64 40
Binary 1110001 100111 1111100 1001 1000101 0 110011 100100100 110100 100000

Color Harmonies of #71277C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71277C

Black with #71277C

Text Example


Text Example

White with #71277C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71277C; }

 p { color: rgb(113,39,124); }

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

background-color css

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

 a { background-color: rgb(113,39,124); }

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

border-color css

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

 span { border-color: rgb(113,39,124); }

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