Html Css Color HEX #651970 Seance

📋 copy color: '#651970'

red 101 ◦ green 25 ◦ blue 112

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

Shades of Seance #651970

Tints of Seance #651970

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.5%

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

R = 42.44%
G = 10.5%
B = 47.06%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#651970 (or 0x651970) is known color: Seance. HEX triplet: 65, 19 and 70. RGB value is (101,25,112). Sum of RGB (Red+Green+Blue) = 101+25+112=238 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.44% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 112 (44.14% from 255 or 47.06% from 238); Max value from RGB is 112 - color contains mainly: blue. Hex color #651970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651970 is #9AE68F. Grayscale: #393939. Windows color (decimal): -10151568 or 7346533. OLE color: 7346533.

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

Color convert

RGB 101 25 112 -
CMYK 0.10 0.78 0 0.56
HSL 292.41º 0.64% 0.27% -
HSV(B) 292.41º 0.78% 0.44% -
XYZ 8.64 4.63 15.77 -
YUV 57.64 158.68 158.93 -
System Red Green Blue C M Y K H S L
Decimal 101 25 112 0.10 0.78 0 0.56 292.41 0.64 0.27
Hex 65 19 70 A 4E 0 38 124 40 1B
Octal 145 31 160 12 116 0 70 444 100 33
Binary 1100101 11001 1110000 1010 1001110 0 111000 100100100 1000000 11011

Color Harmonies of #651970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651970

Black with #651970

Text Example


Text Example

White with #651970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651970; }

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

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

background-color css

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

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

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

border-color css

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

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

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