Html Css Color HEX #640368 Purple

📋 copy color: '#640368'

red 100 ◦ green 3 ◦ blue 104

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

Shades of Purple #640368

Tints of Purple #640368

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.45%

 BLUE value IS 104 (41.02% from 255) = 50.24%

R = 48.31%
G = 1.45%
B = 50.24%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#640368 (or 0x640368) is known color: Purple. HEX triplet: 64, 03 and 68. RGB value is (100,3,104). Sum of RGB (Red+Green+Blue) = 100+3+104=207 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.31% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 104 (41.02% from 255 or 50.24% from 207); Max value from RGB is 104 - color contains mainly: blue. Hex color #640368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640368 is #9BFC97. Grayscale: #2B2B2B. Windows color (decimal): -10222744 or 6816612. OLE color: 6816612.

HSL color Cylindrical-coordinate representation of color #640368: hue angle of 297.62º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #640368 is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 100 3 104 -
CMYK 0.04 0.97 0 0.59
HSL 297.62º 0.94% 0.21% -
HSV(B) 297.62º 0.97% 0.41% -
XYZ 7.79 3.77 13.41 -
YUV 43.52 162.14 168.29 -
System Red Green Blue C M Y K H S L
Decimal 100 3 104 0.04 0.97 0 0.59 297.62 0.94 0.21
Hex 64 3 68 4 61 0 3B 12A 5E 15
Octal 144 3 150 4 141 0 73 452 136 25
Binary 1100100 11 1101000 100 1100001 0 111011 100101010 1011110 10101

Color Harmonies of #640368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640368

Black with #640368

Text Example


Text Example

White with #640368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640368; }

 p { color: rgb(100,3,104); }

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

background-color css

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

 a { background-color: rgb(100,3,104); }

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

border-color css

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

 span { border-color: rgb(100,3,104); }

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