Html Css Color HEX #642075 Seance

📋 copy color: '#642075'

red 100 ◦ green 32 ◦ blue 117

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

Shades of Seance #642075

Tints of Seance #642075

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.85%

 BLUE value IS 117 (46.09% from 255) = 46.99%

R = 40.16%
G = 12.85%
B = 46.99%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#642075 (or 0x642075) is known color: Seance. HEX triplet: 64, 20 and 75. RGB value is (100,32,117). Sum of RGB (Red+Green+Blue) = 100+32+117=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 117 (46.09% from 255 or 46.99% from 249); Max value from RGB is 117 - color contains mainly: blue. Hex color #642075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642075 is #9BDF8A. Grayscale: #3D3D3D. Windows color (decimal): -10215307 or 7676004. OLE color: 7676004.

HSL color Cylindrical-coordinate representation of color #642075: hue angle of 288º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #642075 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 100 32 117 -
CMYK 0.15 0.73 0 0.54
HSL 288º 0.57% 0.29% -
HSV(B) 288º 0.73% 0.46% -
XYZ 8.98 5.03 17.33 -
YUV 62.02 159.03 155.09 -
System Red Green Blue C M Y K H S L
Decimal 100 32 117 0.15 0.73 0 0.54 288 0.57 0.29
Hex 64 20 75 F 49 0 36 120 39 1D
Octal 144 40 165 17 111 0 66 440 71 35
Binary 1100100 100000 1110101 1111 1001001 0 110110 100100000 111001 11101

Color Harmonies of #642075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642075

Black with #642075

Text Example


Text Example

White with #642075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642075; }

 p { color: rgb(100,32,117); }

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

background-color css

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

 a { background-color: rgb(100,32,117); }

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

border-color css

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

 span { border-color: rgb(100,32,117); }

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