Html Css Color HEX #65196D Seance

📋 copy color: '#65196D'

red 101 ◦ green 25 ◦ blue 109

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

Shades of Seance #65196D

Tints of Seance #65196D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 46.38%

R = 42.98%
G = 10.64%
B = 46.38%

CMYK

 C value IS 0.07

 M value IS 0.77

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#65196D (or 0x65196D) is known color: Seance. HEX triplet: 65, 19 and 6D. RGB value is (101,25,109). Sum of RGB (Red+Green+Blue) = 101+25+109=235 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.98% from 235); Green value is 25 (10.16% from 255 or 10.64% from 235); Blue value is 109 (42.97% from 255 or 46.38% from 235); Max value from RGB is 109 - color contains mainly: blue. Hex color #65196D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65196D is #9AE692. Grayscale: #393939. Windows color (decimal): -10151571 or 7149925. OLE color: 7149925.

HSL color Cylindrical-coordinate representation of color #65196D: hue angle of 294.29º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #65196D is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 101 25 109 -
CMYK 0.07 0.77 0 0.57
HSL 294.29º 0.63% 0.26% -
HSV(B) 294.29º 0.77% 0.43% -
XYZ 8.47 4.57 14.9 -
YUV 57.3 157.18 159.17 -
System Red Green Blue C M Y K H S L
Decimal 101 25 109 0.07 0.77 0 0.57 294.29 0.63 0.26
Hex 65 19 6D 7 4D 0 39 126 3F 1A
Octal 145 31 155 7 115 0 71 446 77 32
Binary 1100101 11001 1101101 111 1001101 0 111001 100100110 111111 11010

Color Harmonies of #65196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65196D

Black with #65196D

Text Example


Text Example

White with #65196D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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