Html Css Color HEX #651070 Seance

📋 copy color: '#651070'

red 101 ◦ green 16 ◦ blue 112

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

Shades of Seance #651070

Tints of Seance #651070

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.99%

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

R = 44.1%
G = 6.99%
B = 48.91%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#651070 (or 0x651070) is known color: Seance. HEX triplet: 65, 10 and 70. RGB value is (101,16,112). Sum of RGB (Red+Green+Blue) = 101+16+112=229 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.10% from 229); Green value is 16 (6.64% from 255 or 6.99% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #651070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651070 is #9AEF8F. Grayscale: #343434. Windows color (decimal): -10153872 or 7344229. OLE color: 7344229.

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

Color convert

RGB 101 16 112 -
CMYK 0.10 0.86 0 0.56
HSL 293.13º 0.75% 0.25% -
HSV(B) 293.13º 0.86% 0.44% -
XYZ 8.48 4.31 15.71 -
YUV 52.36 161.66 162.69 -
System Red Green Blue C M Y K H S L
Decimal 101 16 112 0.10 0.86 0 0.56 293.13 0.75 0.25
Hex 65 10 70 A 56 0 38 125 4B 19
Octal 145 20 160 12 126 0 70 445 113 31
Binary 1100101 10000 1110000 1010 1010110 0 111000 100100101 1001011 11001

Color Harmonies of #651070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651070

Black with #651070

Text Example


Text Example

White with #651070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651070; }

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

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

background-color css

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

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

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

border-color css

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

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

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