Html Css Color HEX #653268 Seance

📋 copy color: '#653268'

red 101 ◦ green 50 ◦ blue 104

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

Shades of Seance #653268

Tints of Seance #653268

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.61%

 BLUE value IS 104 (41.02% from 255) = 40.78%

R = 39.61%
G = 19.61%
B = 40.78%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#653268 (or 0x653268) is known color: Seance. HEX triplet: 65, 32 and 68. RGB value is (101,50,104). Sum of RGB (Red+Green+Blue) = 101+50+104=255 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.61% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 104 - color contains mainly: blue. Hex color #653268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653268 is #9ACD97. Grayscale: #474747. Windows color (decimal): -10145176 or 6828645. OLE color: 6828645.

HSL color Cylindrical-coordinate representation of color #653268: hue angle of 296.67º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #653268 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 101 50 104 -
CMYK 0.03 0.52 0 0.59
HSL 296.67º 0.35% 0.3% -
HSV(B) 296.67º 0.52% 0.41% -
XYZ 9.01 6.05 13.79 -
YUV 71.41 146.4 149.11 -
System Red Green Blue C M Y K H S L
Decimal 101 50 104 0.03 0.52 0 0.59 296.67 0.35 0.3
Hex 65 32 68 3 34 0 3B 129 23 1E
Octal 145 62 150 3 64 0 73 451 43 36
Binary 1100101 110010 1101000 11 110100 0 111011 100101001 100011 11110

Color Harmonies of #653268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653268

Black with #653268

Text Example


Text Example

White with #653268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653268; }

 p { color: rgb(101,50,104); }

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

background-color css

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

 a { background-color: rgb(101,50,104); }

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

border-color css

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

 span { border-color: rgb(101,50,104); }

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