Html Css Color HEX #640067 Purple

📋 copy color: '#640067'

red 100 ◦ green 0 ◦ blue 103

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

Shades of Purple #640067

Tints of Purple #640067

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 103 (40.63% from 255) = 50.74%

R = 49.26%
G = 0%
B = 50.74%

CMYK

 C value IS 0.03

 M value IS 1

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#640067 (or 0x640067) is known color: Purple. HEX triplet: 64, 00 and 67. RGB value is (100,0,103). Sum of RGB (Red+Green+Blue) = 100+0+103=203 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.26% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 103 (40.62% from 255 or 50.74% from 203); Max value from RGB is 103 - color contains mainly: blue. Hex color #640067 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640067 is #9BFF98. Grayscale: #292929. Windows color (decimal): -10223513 or 6750308. OLE color: 6750308.

HSL color Cylindrical-coordinate representation of color #640067: hue angle of 298.25º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #640067 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 100 0 103 -
CMYK 0.03 1 0 0.60
HSL 298.25º 1% 0.2% -
HSV(B) 298.25º 1% 0.4% -
XYZ 7.7 3.69 13.14 -
YUV 41.64 162.63 169.62 -
System Red Green Blue C M Y K H S L
Decimal 100 0 103 0.03 1 0 0.60 298.25 1 0.2
Hex 64 0 67 3 64 0 3C 12A 64 14
Octal 144 0 147 3 144 0 74 452 144 24
Binary 1100100 0 1100111 11 1100100 0 111100 100101010 1100100 10100

Color Harmonies of #640067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640067

Black with #640067

Text Example


Text Example

White with #640067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640067; }

 p { color: rgb(100,0,103); }

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

background-color css

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

 a { background-color: rgb(100,0,103); }

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

border-color css

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

 span { border-color: rgb(100,0,103); }

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