Html Css Color HEX #6F2372 Seance

📋 copy color: '#6F2372'

red 111 ◦ green 35 ◦ blue 114

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

Shades of Seance #6F2372

Tints of Seance #6F2372

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.46%

 BLUE value IS 114 (44.92% from 255) = 43.85%

R = 42.69%
G = 13.46%
B = 43.85%

CMYK

 C value IS 0.03

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6F2372 (or 0x6F2372) is known color: Seance. HEX triplet: 6F, 23 and 72. RGB value is (111,35,114). Sum of RGB (Red+Green+Blue) = 111+35+114=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 114 - color contains mainly: blue. Hex color #6F2372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2372 is #90DC8D. Grayscale: #424242. Windows color (decimal): -9493646 or 7480175. OLE color: 7480175.

HSL color Cylindrical-coordinate representation of color #6F2372: hue angle of 297.72º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6F2372 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 111 35 114 -
CMYK 0.03 0.69 0 0.55
HSL 297.72º 0.53% 0.29% -
HSV(B) 297.72º 0.69% 0.45% -
XYZ 10.19 5.8 16.5 -
YUV 66.73 154.68 159.58 -
System Red Green Blue C M Y K H S L
Decimal 111 35 114 0.03 0.69 0 0.55 297.72 0.53 0.29
Hex 6F 23 72 3 45 0 37 12A 35 1D
Octal 157 43 162 3 105 0 67 452 65 35
Binary 1101111 100011 1110010 11 1000101 0 110111 100101010 110101 11101

Color Harmonies of #6F2372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2372

Black with #6F2372

Text Example


Text Example

White with #6F2372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,35,114); }

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

background-color css

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

 a { background-color: rgb(111,35,114); }

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

border-color css

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

 span { border-color: rgb(111,35,114); }

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