Html Css Color HEX #6F2071 Seance

📋 copy color: '#6F2071'

red 111 ◦ green 32 ◦ blue 113

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

Shades of Seance #6F2071

Tints of Seance #6F2071

RGB

 RED value IS 111 (43.75% from 255) = 43.36%

 GREEN value IS 32 (12.89% from 255) = 12.5%

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

R = 43.36%
G = 12.5%
B = 44.14%

CMYK

 C value IS 0.02

 M value IS 0.72

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6F2071 (or 0x6F2071) is known color: Seance. HEX triplet: 6F, 20 and 71. RGB value is (111,32,113). Sum of RGB (Red+Green+Blue) = 111+32+113=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 113 - color contains mainly: blue. Hex color #6F2071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2071 is #90DF8E. Grayscale: #404040. Windows color (decimal): -9494415 or 7413871. OLE color: 7413871.

HSL color Cylindrical-coordinate representation of color #6F2071: hue angle of 298.52º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F2071 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 32 113 -
CMYK 0.02 0.72 0 0.56
HSL 298.52º 0.56% 0.28% -
HSV(B) 298.52º 0.72% 0.44% -
XYZ 10.05 5.6 16.17 -
YUV 64.86 155.17 160.91 -
System Red Green Blue C M Y K H S L
Decimal 111 32 113 0.02 0.72 0 0.56 298.52 0.56 0.28
Hex 6F 20 71 2 48 0 38 12B 38 1C
Octal 157 40 161 2 110 0 70 453 70 34
Binary 1101111 100000 1110001 10 1001000 0 111000 100101011 111000 11100

Color Harmonies of #6F2071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2071

Black with #6F2071

Text Example


Text Example

White with #6F2071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F2071; }

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

 H1.HeaderClassName
 {
   color: #6F2071;
 }
 .AnyTagClassName
 {
   color: #6F2071;
 }
</style>

background-color css

<style>
 a { background-color: #6F2071; }

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

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

border-color css

<style>
 span { border-color: #6F2071; }

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

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