Html Css Color HEX #6B2571 Seance

📋 copy color: '#6B2571'

red 107 ◦ green 37 ◦ blue 113

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

Shades of Seance #6B2571

Tints of Seance #6B2571

RGB

 RED value IS 107 (42.19% from 255) = 41.63%

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

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

R = 41.63%
G = 14.4%
B = 43.97%

CMYK

 C value IS 0.05

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6B2571 (or 0x6B2571) is known color: Seance. HEX triplet: 6B, 25 and 71. RGB value is (107,37,113). Sum of RGB (Red+Green+Blue) = 107+37+113=257 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.63% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 113 - color contains mainly: blue. Hex color #6B2571 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2571 is #94DA8E. Grayscale: #424242. Windows color (decimal): -9755279 or 7415147. OLE color: 7415147.

HSL color Cylindrical-coordinate representation of color #6B2571: hue angle of 295.26º 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 #6B2571 is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 107 37 113 -
CMYK 0.05 0.67 0 0.56
HSL 295.26º 0.51% 0.29% -
HSV(B) 295.26º 0.67% 0.44% -
XYZ 9.71 5.64 16.2 -
YUV 66.59 154.19 156.82 -
System Red Green Blue C M Y K H S L
Decimal 107 37 113 0.05 0.67 0 0.56 295.26 0.51 0.29
Hex 6B 25 71 5 43 0 38 127 33 1D
Octal 153 45 161 5 103 0 70 447 63 35
Binary 1101011 100101 1110001 101 1000011 0 111000 100100111 110011 11101

Color Harmonies of #6B2571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2571

Black with #6B2571

Text Example


Text Example

White with #6B2571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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