Html Css Color HEX #65197D Seance

📋 copy color: '#65197D'

red 101 ◦ green 25 ◦ blue 125

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

Shades of Seance #65197D

Tints of Seance #65197D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.96%

 BLUE value IS 125 (49.22% from 255) = 49.8%

R = 40.24%
G = 9.96%
B = 49.8%

CMYK

 C value IS 0.19

 M value IS 0.8

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#65197D (or 0x65197D) is known color: Seance. HEX triplet: 65, 19 and 7D. RGB value is (101,25,125). Sum of RGB (Red+Green+Blue) = 101+25+125=251 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.24% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 125 (49.22% from 255 or 49.80% from 251); Max value from RGB is 125 - color contains mainly: blue. Hex color #65197D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65197D is #9AE682. Grayscale: #3A3A3A. Windows color (decimal): -10151555 or 8198501. OLE color: 8198501.

HSL color Cylindrical-coordinate representation of color #65197D: hue angle of 285.6º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #65197D is Cyan = 0.19, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 101 25 125 -
CMYK 0.19 0.8 0 0.51
HSL 285.6º 0.67% 0.29% -
HSV(B) 285.6º 0.8% 0.49% -
XYZ 9.42 4.94 19.86 -
YUV 59.12 165.18 157.87 -
System Red Green Blue C M Y K H S L
Decimal 101 25 125 0.19 0.8 0 0.51 285.6 0.67 0.29
Hex 65 19 7D 13 50 0 33 11E 43 1D
Octal 145 31 175 23 120 0 63 436 103 35
Binary 1100101 11001 1111101 10011 1010000 0 110011 100011110 1000011 11101

Color Harmonies of #65197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65197D

Black with #65197D

Text Example


Text Example

White with #65197D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65197D; }

 p { color: rgb(101,25,125); }

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

background-color css

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

 a { background-color: rgb(101,25,125); }

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

border-color css

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

 span { border-color: rgb(101,25,125); }

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