Html Css Color HEX #651A70 Seance

📋 copy color: '#651A70'

red 101 ◦ green 26 ◦ blue 112

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

Shades of Seance #651A70

Tints of Seance #651A70

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.88%

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

R = 42.26%
G = 10.88%
B = 46.86%

CMYK

 C value IS 0.10

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#651A70 (or 0x651A70) is known color: Seance. HEX triplet: 65, 1A and 70. RGB value is (101,26,112). Sum of RGB (Red+Green+Blue) = 101+26+112=239 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.26% from 239); Green value is 26 (10.55% from 255 or 10.88% from 239); Blue value is 112 (44.14% from 255 or 46.86% from 239); Max value from RGB is 112 - color contains mainly: blue. Hex color #651A70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #651A70 is #9AE58F. Grayscale: #393939. Windows color (decimal): -10151312 or 7346789. OLE color: 7346789.

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

Color convert

RGB 101 26 112 -
CMYK 0.10 0.77 0 0.56
HSL 292.33º 0.62% 0.27% -
HSV(B) 292.33º 0.77% 0.44% -
XYZ 8.66 4.68 15.78 -
YUV 58.23 158.35 158.51 -
System Red Green Blue C M Y K H S L
Decimal 101 26 112 0.10 0.77 0 0.56 292.33 0.62 0.27
Hex 65 1A 70 A 4D 0 38 124 3E 1B
Octal 145 32 160 12 115 0 70 444 76 33
Binary 1100101 11010 1110000 1010 1001101 0 111000 100100100 111110 11011

Color Harmonies of #651A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651A70

Black with #651A70

Text Example


Text Example

White with #651A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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