Html Css Color HEX #64197D Seance

📋 copy color: '#64197D'

red 100 ◦ green 25 ◦ blue 125

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

Shades of Seance #64197D

Tints of Seance #64197D

RGB

 RED value IS 100 (39.45% from 255) = 40%

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

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

R = 40%
G = 10%
B = 50%

CMYK

 C value IS 0.2

 M value IS 0.8

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#64197D (or 0x64197D) is known color: Seance. HEX triplet: 64, 19 and 7D. RGB value is (100,25,125). Sum of RGB (Red+Green+Blue) = 100+25+125=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 125 (49.22% from 255 or 50% from 250); Max value from RGB is 125 - color contains mainly: blue. Hex color #64197D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64197D is #9BE682. Grayscale: #3A3A3A. Windows color (decimal): -10217091 or 8198500. OLE color: 8198500.

HSL color Cylindrical-coordinate representation of color #64197D: hue angle of 285º 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 #64197D is Cyan = 0.2, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 100 25 125 -
CMYK 0.2 0.8 0 0.51
HSL 285º 0.67% 0.29% -
HSV(B) 285º 0.8% 0.49% -
XYZ 9.3 4.89 19.85 -
YUV 58.83 165.35 157.37 -
System Red Green Blue C M Y K H S L
Decimal 100 25 125 0.2 0.8 0 0.51 285 0.67 0.29
Hex 64 19 7D 14 50 0 33 11D 43 1D
Octal 144 31 175 24 120 0 63 435 103 35
Binary 1100100 11001 1111101 10100 1010000 0 110011 100011101 1000011 11101

Color Harmonies of #64197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64197D

Black with #64197D

Text Example


Text Example

White with #64197D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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