Html Css Color HEX #71256F Seance

📋 copy color: '#71256F'

red 113 ◦ green 37 ◦ blue 111

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

Shades of Seance #71256F

Tints of Seance #71256F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 42.53%

R = 43.3%
G = 14.18%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#71256F (or 0x71256F) is known color: Seance. HEX triplet: 71, 25 and 6F. RGB value is (113,37,111). Sum of RGB (Red+Green+Blue) = 113+37+111=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 111 (43.75% from 255 or 42.53% from 261); Max value from RGB is 113 - color contains mainly: red. Hex color #71256F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71256F is #8EDA90. Grayscale: #434343. Windows color (decimal): -9362065 or 7284081. OLE color: 7284081.

HSL color Cylindrical-coordinate representation of color #71256F: hue angle of 301.58º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #71256F is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 37 111 -
CMYK 0 0.67 0.02 0.56
HSL 301.58º 0.51% 0.29% -
HSV(B) 301.58º 0.67% 0.44% -
XYZ 10.34 5.98 15.65 -
YUV 68.16 152.18 159.98 -
System Red Green Blue C M Y K H S L
Decimal 113 37 111 0 0.67 0.02 0.56 301.58 0.51 0.29
Hex 71 25 6F 0 43 2 38 12E 33 1D
Octal 161 45 157 0 103 2 70 456 63 35
Binary 1110001 100101 1101111 0 1000011 10 111000 100101110 110011 11101

Color Harmonies of #71256F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71256F

Black with #71256F

Text Example


Text Example

White with #71256F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71256F; }

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

 H1.HeaderClassName
 {
   color: #71256F;
 }
 .AnyTagClassName
 {
   color: #71256F;
 }
</style>

background-color css

<style>
 a { background-color: #71256F; }

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

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

border-color css

<style>
 span { border-color: #71256F; }

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

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