Html Css Color HEX #71257B Seance

📋 copy color: '#71257B'

red 113 ◦ green 37 ◦ blue 123

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

Shades of Seance #71257B

Tints of Seance #71257B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.55%

 BLUE value IS 123 (48.44% from 255) = 45.05%

R = 41.39%
G = 13.55%
B = 45.05%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#71257B (or 0x71257B) is known color: Seance. HEX triplet: 71, 25 and 7B. RGB value is (113,37,123). Sum of RGB (Red+Green+Blue) = 113+37+123=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 123 - color contains mainly: blue. Hex color #71257B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71257B is #8EDA84. Grayscale: #454545. Windows color (decimal): -9362053 or 8070513. OLE color: 8070513.

HSL color Cylindrical-coordinate representation of color #71257B: hue angle of 293.02º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #71257B is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 113 37 123 -
CMYK 0.08 0.70 0 0.52
HSL 293.02º 0.54% 0.31% -
HSV(B) 293.02º 0.7% 0.48% -
XYZ 11.05 6.26 19.37 -
YUV 69.53 158.18 159.01 -
System Red Green Blue C M Y K H S L
Decimal 113 37 123 0.08 0.70 0 0.52 293.02 0.54 0.31
Hex 71 25 7B 8 46 0 34 125 36 1F
Octal 161 45 173 10 106 0 64 445 66 37
Binary 1110001 100101 1111011 1000 1000110 0 110100 100100101 110110 11111

Color Harmonies of #71257B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71257B

Black with #71257B

Text Example


Text Example

White with #71257B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71257B; }

 p { color: rgb(113,37,123); }

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

background-color css

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

 a { background-color: rgb(113,37,123); }

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

border-color css

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

 span { border-color: rgb(113,37,123); }

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