Html Css Color HEX #653375 Seance

📋 copy color: '#653375'

red 101 ◦ green 51 ◦ blue 117

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

Shades of Seance #653375

Tints of Seance #653375

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.96%

 BLUE value IS 117 (46.09% from 255) = 43.49%

R = 37.55%
G = 18.96%
B = 43.49%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#653375 (or 0x653375) is known color: Seance. HEX triplet: 65, 33 and 75. RGB value is (101,51,117). Sum of RGB (Red+Green+Blue) = 101+51+117=269 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.55% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 117 (46.09% from 255 or 43.49% from 269); Max value from RGB is 117 - color contains mainly: blue. Hex color #653375 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653375 is #9ACC8A. Grayscale: #494949. Windows color (decimal): -10144907 or 7680869. OLE color: 7680869.

HSL color Cylindrical-coordinate representation of color #653375: hue angle of 285.45º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #653375 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 101 51 117 -
CMYK 0.14 0.56 0 0.54
HSL 285.45º 0.39% 0.33% -
HSV(B) 285.45º 0.56% 0.46% -
XYZ 9.76 6.42 17.55 -
YUV 73.47 152.57 147.63 -
System Red Green Blue C M Y K H S L
Decimal 101 51 117 0.14 0.56 0 0.54 285.45 0.39 0.33
Hex 65 33 75 E 38 0 36 11D 27 21
Octal 145 63 165 16 70 0 66 435 47 41
Binary 1100101 110011 1110101 1110 111000 0 110110 100011101 100111 100001

Color Harmonies of #653375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653375

Black with #653375

Text Example


Text Example

White with #653375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653375; }

 p { color: rgb(101,51,117); }

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

background-color css

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

 a { background-color: rgb(101,51,117); }

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

border-color css

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

 span { border-color: rgb(101,51,117); }

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