Html Css Color HEX #6C1F72 Seance

📋 copy color: '#6C1F72'

red 108 ◦ green 31 ◦ blue 114

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

Shades of Seance #6C1F72

Tints of Seance #6C1F72

RGB

 RED value IS 108 (42.58% from 255) = 42.69%

 GREEN value IS 31 (12.5% from 255) = 12.25%

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

R = 42.69%
G = 12.25%
B = 45.06%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6C1F72 (or 0x6C1F72) is known color: Seance. HEX triplet: 6C, 1F and 72. RGB value is (108,31,114). Sum of RGB (Red+Green+Blue) = 108+31+114=253 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.69% from 253); Green value is 31 (12.5% from 255 or 12.25% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 114 - color contains mainly: blue. Hex color #6C1F72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C1F72 is #93E08D. Grayscale: #3F3F3F. Windows color (decimal): -9691278 or 7479148. OLE color: 7479148.

HSL color Cylindrical-coordinate representation of color #6C1F72: hue angle of 295.66º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6C1F72 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 108 31 114 -
CMYK 0.05 0.73 0 0.55
HSL 295.66º 0.57% 0.28% -
HSV(B) 295.66º 0.73% 0.45% -
XYZ 9.71 5.38 16.45 -
YUV 63.49 156.51 159.75 -
System Red Green Blue C M Y K H S L
Decimal 108 31 114 0.05 0.73 0 0.55 295.66 0.57 0.28
Hex 6C 1F 72 5 49 0 37 128 39 1C
Octal 154 37 162 5 111 0 67 450 71 34
Binary 1101100 11111 1110010 101 1001001 0 110111 100101000 111001 11100

Color Harmonies of #6C1F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1F72

Black with #6C1F72

Text Example


Text Example

White with #6C1F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,31,114); }

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

background-color css

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

 a { background-color: rgb(108,31,114); }

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

border-color css

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

 span { border-color: rgb(108,31,114); }

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