Html Css Color HEX #651572 Seance

📋 copy color: '#651572'

red 101 ◦ green 21 ◦ blue 114

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

Shades of Seance #651572

Tints of Seance #651572

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.9%

 BLUE value IS 114 (44.92% from 255) = 48.31%

R = 42.8%
G = 8.9%
B = 48.31%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#651572 (or 0x651572) is known color: Seance. HEX triplet: 65, 15 and 72. RGB value is (101,21,114). Sum of RGB (Red+Green+Blue) = 101+21+114=236 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.80% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 114 (44.92% from 255 or 48.31% from 236); Max value from RGB is 114 - color contains mainly: blue. Hex color #651572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651572 is #9AEA8D. Grayscale: #373737. Windows color (decimal): -10152590 or 7476581. OLE color: 7476581.

HSL color Cylindrical-coordinate representation of color #651572: hue angle of 291.61º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #651572 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 101 21 114 -
CMYK 0.11 0.82 0 0.55
HSL 291.61º 0.69% 0.26% -
HSV(B) 291.61º 0.82% 0.45% -
XYZ 8.67 4.52 16.33 -
YUV 55.52 161 160.44 -
System Red Green Blue C M Y K H S L
Decimal 101 21 114 0.11 0.82 0 0.55 291.61 0.69 0.26
Hex 65 15 72 B 52 0 37 124 45 1A
Octal 145 25 162 13 122 0 67 444 105 32
Binary 1100101 10101 1110010 1011 1010010 0 110111 100100100 1000101 11010

Color Harmonies of #651572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651572

Black with #651572

Text Example


Text Example

White with #651572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651572; }

 p { color: rgb(101,21,114); }

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

background-color css

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

 a { background-color: rgb(101,21,114); }

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

border-color css

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

 span { border-color: rgb(101,21,114); }

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