Html Css Color HEX #652070 Seance

📋 copy color: '#652070'

red 101 ◦ green 32 ◦ blue 112

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

Shades of Seance #652070

Tints of Seance #652070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 45.71%

R = 41.22%
G = 13.06%
B = 45.71%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#652070 (or 0x652070) is known color: Seance. HEX triplet: 65, 20 and 70. RGB value is (101,32,112). Sum of RGB (Red+Green+Blue) = 101+32+112=245 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.22% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 112 - color contains mainly: blue. Hex color #652070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652070 is #9ADF8F. Grayscale: #3D3D3D. Windows color (decimal): -10149776 or 7348325. OLE color: 7348325.

HSL color Cylindrical-coordinate representation of color #652070: hue angle of 291.75º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #652070 is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 101 32 112 -
CMYK 0.10 0.71 0 0.56
HSL 291.75º 0.56% 0.28% -
HSV(B) 291.75º 0.71% 0.44% -
XYZ 8.81 4.97 15.82 -
YUV 61.75 156.36 156 -
System Red Green Blue C M Y K H S L
Decimal 101 32 112 0.10 0.71 0 0.56 291.75 0.56 0.28
Hex 65 20 70 A 47 0 38 124 38 1C
Octal 145 40 160 12 107 0 70 444 70 34
Binary 1100101 100000 1110000 1010 1000111 0 111000 100100100 111000 11100

Color Harmonies of #652070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652070

Black with #652070

Text Example


Text Example

White with #652070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652070; }

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

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

background-color css

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

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

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

border-color css

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

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

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