Html Css Color HEX #65137C Seance

📋 copy color: '#65137C'

red 101 ◦ green 19 ◦ blue 124

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

Shades of Seance #65137C

Tints of Seance #65137C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.79%

 BLUE value IS 124 (48.83% from 255) = 50.82%

R = 41.39%
G = 7.79%
B = 50.82%

CMYK

 C value IS 0.19

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#65137C (or 0x65137C) is known color: Seance. HEX triplet: 65, 13 and 7C. RGB value is (101,19,124). Sum of RGB (Red+Green+Blue) = 101+19+124=244 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.39% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 124 (48.83% from 255 or 50.82% from 244); Max value from RGB is 124 - color contains mainly: blue. Hex color #65137C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65137C is #9AEC83. Grayscale: #373737. Windows color (decimal): -10153092 or 8131429. OLE color: 8131429.

HSL color Cylindrical-coordinate representation of color #65137C: hue angle of 286.86º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #65137C is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 101 19 124 -
CMYK 0.19 0.85 0 0.51
HSL 286.86º 0.73% 0.28% -
HSV(B) 286.86º 0.85% 0.49% -
XYZ 9.24 4.69 19.49 -
YUV 55.49 166.67 160.46 -
System Red Green Blue C M Y K H S L
Decimal 101 19 124 0.19 0.85 0 0.51 286.86 0.73 0.28
Hex 65 13 7C 13 55 0 33 11F 49 1C
Octal 145 23 174 23 125 0 63 437 111 34
Binary 1100101 10011 1111100 10011 1010101 0 110011 100011111 1001001 11100

Color Harmonies of #65137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65137C

Black with #65137C

Text Example


Text Example

White with #65137C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65137C; }

 p { color: rgb(101,19,124); }

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

background-color css

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

 a { background-color: rgb(101,19,124); }

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

border-color css

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

 span { border-color: rgb(101,19,124); }

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