Html Css Color HEX #652071 Seance

📋 copy color: '#652071'

red 101 ◦ green 32 ◦ blue 113

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

Shades of Seance #652071

Tints of Seance #652071

RGB

 RED value IS 101 (39.84% from 255) = 41.06%

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

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

R = 41.06%
G = 13.01%
B = 45.93%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#652071 (or 0x652071) is known color: Seance. HEX triplet: 65, 20 and 71. RGB value is (101,32,113). Sum of RGB (Red+Green+Blue) = 101+32+113=246 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.06% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 113 - color contains mainly: blue. Hex color #652071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652071 is #9ADF8E. Grayscale: #3D3D3D. Windows color (decimal): -10149775 or 7413861. OLE color: 7413861.

HSL color Cylindrical-coordinate representation of color #652071: hue angle of 291.11º 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 #652071 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 101 32 113 -
CMYK 0.11 0.72 0 0.56
HSL 291.11º 0.56% 0.28% -
HSV(B) 291.11º 0.72% 0.44% -
XYZ 8.86 4.99 16.12 -
YUV 61.87 156.86 155.91 -
System Red Green Blue C M Y K H S L
Decimal 101 32 113 0.11 0.72 0 0.56 291.11 0.56 0.28
Hex 65 20 71 B 48 0 38 123 38 1C
Octal 145 40 161 13 110 0 70 443 70 34
Binary 1100101 100000 1110001 1011 1001000 0 111000 100100011 111000 11100

Color Harmonies of #652071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652071

Black with #652071

Text Example


Text Example

White with #652071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652071; }

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

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

background-color css

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

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

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

border-color css

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

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

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