Html Css Color HEX #642571 Seance

📋 copy color: '#642571'

red 100 ◦ green 37 ◦ blue 113

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

Shades of Seance #642571

Tints of Seance #642571

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.8%

 BLUE value IS 113 (44.53% from 255) = 45.2%

R = 40%
G = 14.8%
B = 45.2%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#642571 (or 0x642571) is known color: Seance. HEX triplet: 64, 25 and 71. RGB value is (100,37,113). Sum of RGB (Red+Green+Blue) = 100+37+113=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 113 - color contains mainly: blue. Hex color #642571 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642571 is #9BDA8E. Grayscale: #404040. Windows color (decimal): -10214031 or 7415140. OLE color: 7415140.

HSL color Cylindrical-coordinate representation of color #642571: hue angle of 289.74º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #642571 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 100 37 113 -
CMYK 0.12 0.67 0 0.56
HSL 289.74º 0.51% 0.29% -
HSV(B) 289.74º 0.67% 0.44% -
XYZ 8.9 5.22 16.16 -
YUV 64.5 155.37 153.32 -
System Red Green Blue C M Y K H S L
Decimal 100 37 113 0.12 0.67 0 0.56 289.74 0.51 0.29
Hex 64 25 71 C 43 0 38 122 33 1D
Octal 144 45 161 14 103 0 70 442 63 35
Binary 1100100 100101 1110001 1100 1000011 0 111000 100100010 110011 11101

Color Harmonies of #642571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642571

Black with #642571

Text Example


Text Example

White with #642571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642571; }

 p { color: rgb(100,37,113); }

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

background-color css

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

 a { background-color: rgb(100,37,113); }

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

border-color css

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

 span { border-color: rgb(100,37,113); }

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