Html Css Color HEX #64177D Seance

📋 copy color: '#64177D'

red 100 ◦ green 23 ◦ blue 125

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

Shades of Seance #64177D

Tints of Seance #64177D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.27%

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

R = 40.32%
G = 9.27%
B = 50.4%

CMYK

 C value IS 0.2

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#64177D (or 0x64177D) is known color: Seance. HEX triplet: 64, 17 and 7D. RGB value is (100,23,125). Sum of RGB (Red+Green+Blue) = 100+23+125=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 125 (49.22% from 255 or 50.40% from 248); Max value from RGB is 125 - color contains mainly: blue. Hex color #64177D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64177D is #9BE882. Grayscale: #393939. Windows color (decimal): -10217603 or 8197988. OLE color: 8197988.

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

Color convert

RGB 100 23 125 -
CMYK 0.2 0.82 0 0.51
HSL 285.29º 0.69% 0.29% -
HSV(B) 285.29º 0.82% 0.49% -
XYZ 9.26 4.8 19.84 -
YUV 57.65 166.01 158.21 -
System Red Green Blue C M Y K H S L
Decimal 100 23 125 0.2 0.82 0 0.51 285.29 0.69 0.29
Hex 64 17 7D 14 52 0 33 11D 45 1D
Octal 144 27 175 24 122 0 63 435 105 35
Binary 1100100 10111 1111101 10100 1010010 0 110011 100011101 1000101 11101

Color Harmonies of #64177D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64177D

Black with #64177D

Text Example


Text Example

White with #64177D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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