Html Css Color HEX #6F247C Seance

📋 copy color: '#6F247C'

red 111 ◦ green 36 ◦ blue 124

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

Shades of Seance #6F247C

Tints of Seance #6F247C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.28%

 BLUE value IS 124 (48.83% from 255) = 45.76%

R = 40.96%
G = 13.28%
B = 45.76%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6F247C (or 0x6F247C) is known color: Seance. HEX triplet: 6F, 24 and 7C. RGB value is (111,36,124). Sum of RGB (Red+Green+Blue) = 111+36+124=271 (35% of max value = 765). Red value is 111 (43.75% from 255 or 40.96% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 124 (48.83% from 255 or 45.76% from 271); Max value from RGB is 124 - color contains mainly: blue. Hex color #6F247C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F247C is #90DB83. Grayscale: #444444. Windows color (decimal): -9493380 or 8135791. OLE color: 8135791.

HSL color Cylindrical-coordinate representation of color #6F247C: hue angle of 291.14º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6F247C is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 111 36 124 -
CMYK 0.10 0.71 0 0.51
HSL 291.14º 0.55% 0.31% -
HSV(B) 291.14º 0.71% 0.49% -
XYZ 10.82 6.1 19.68 -
YUV 68.46 159.35 158.34 -
System Red Green Blue C M Y K H S L
Decimal 111 36 124 0.10 0.71 0 0.51 291.14 0.55 0.31
Hex 6F 24 7C A 47 0 33 123 37 1F
Octal 157 44 174 12 107 0 63 443 67 37
Binary 1101111 100100 1111100 1010 1000111 0 110011 100100011 110111 11111

Color Harmonies of #6F247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F247C

Black with #6F247C

Text Example


Text Example

White with #6F247C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,36,124); }

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

background-color css

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

 a { background-color: rgb(111,36,124); }

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

border-color css

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

 span { border-color: rgb(111,36,124); }

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