Html Css Color HEX #651273 Seance

📋 copy color: '#651273'

red 101 ◦ green 18 ◦ blue 115

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

Shades of Seance #651273

Tints of Seance #651273

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.69%

 BLUE value IS 115 (45.31% from 255) = 49.15%

R = 43.16%
G = 7.69%
B = 49.15%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#651273 (or 0x651273) is known color: Seance. HEX triplet: 65, 12 and 73. RGB value is (101,18,115). Sum of RGB (Red+Green+Blue) = 101+18+115=234 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.16% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 115 - color contains mainly: blue. Hex color #651273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651273 is #9AED8C. Grayscale: #353535. Windows color (decimal): -10153357 or 7541349. OLE color: 7541349.

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

Color convert

RGB 101 18 115 -
CMYK 0.12 0.84 0 0.55
HSL 291.34º 0.73% 0.26% -
HSV(B) 291.34º 0.84% 0.45% -
XYZ 8.68 4.44 16.62 -
YUV 53.88 162.5 161.61 -
System Red Green Blue C M Y K H S L
Decimal 101 18 115 0.12 0.84 0 0.55 291.34 0.73 0.26
Hex 65 12 73 C 54 0 37 123 49 1A
Octal 145 22 163 14 124 0 67 443 111 32
Binary 1100101 10010 1110011 1100 1010100 0 110111 100100011 1001001 11010

Color Harmonies of #651273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651273

Black with #651273

Text Example


Text Example

White with #651273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651273; }

 p { color: rgb(101,18,115); }

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

background-color css

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

 a { background-color: rgb(101,18,115); }

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

border-color css

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

 span { border-color: rgb(101,18,115); }

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