Html Css Color HEX #71277A Seance

📋 copy color: '#71277A'

red 113 ◦ green 39 ◦ blue 122

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

Shades of Seance #71277A

Tints of Seance #71277A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 44.53%

R = 41.24%
G = 14.23%
B = 44.53%

CMYK

 C value IS 0.07

 M value IS 0.68

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#71277A (or 0x71277A) is known color: Seance. HEX triplet: 71, 27 and 7A. RGB value is (113,39,122). Sum of RGB (Red+Green+Blue) = 113+39+122=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 122 (48.05% from 255 or 44.53% from 274); Max value from RGB is 122 - color contains mainly: blue. Hex color #71277A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71277A is #8ED885. Grayscale: #464646. Windows color (decimal): -9361542 or 8005489. OLE color: 8005489.

HSL color Cylindrical-coordinate representation of color #71277A: hue angle of 293.49º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #71277A is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 113 39 122 -
CMYK 0.07 0.68 0 0.52
HSL 293.49º 0.52% 0.32% -
HSV(B) 293.49º 0.68% 0.48% -
XYZ 11.05 6.37 19.06 -
YUV 70.59 157.02 158.25 -
System Red Green Blue C M Y K H S L
Decimal 113 39 122 0.07 0.68 0 0.52 293.49 0.52 0.32
Hex 71 27 7A 7 44 0 34 125 34 20
Octal 161 47 172 7 104 0 64 445 64 40
Binary 1110001 100111 1111010 111 1000100 0 110100 100100101 110100 100000

Color Harmonies of #71277A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71277A

Black with #71277A

Text Example


Text Example

White with #71277A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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