Html Css Color HEX #640469 Purple

📋 copy color: '#640469'

red 100 ◦ green 4 ◦ blue 105

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

Shades of Purple #640469

Tints of Purple #640469

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.91%

 BLUE value IS 105 (41.41% from 255) = 50.24%

R = 47.85%
G = 1.91%
B = 50.24%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#640469 (or 0x640469) is known color: Purple. HEX triplet: 64, 04 and 69. RGB value is (100,4,105). Sum of RGB (Red+Green+Blue) = 100+4+105=209 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.85% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 105 (41.41% from 255 or 50.24% from 209); Max value from RGB is 105 - color contains mainly: blue. Hex color #640469 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640469 is #9BFB96. Grayscale: #2B2B2B. Windows color (decimal): -10222487 or 6882404. OLE color: 6882404.

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

Color convert

RGB 100 4 105 -
CMYK 0.05 0.96 0 0.59
HSL 297.03º 0.93% 0.21% -
HSV(B) 297.03º 0.96% 0.41% -
XYZ 7.85 3.82 13.69 -
YUV 44.22 162.3 167.79 -
System Red Green Blue C M Y K H S L
Decimal 100 4 105 0.05 0.96 0 0.59 297.03 0.93 0.21
Hex 64 4 69 5 60 0 3B 129 5D 15
Octal 144 4 151 5 140 0 73 451 135 25
Binary 1100100 100 1101001 101 1100000 0 111011 100101001 1011101 10101

Color Harmonies of #640469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640469

Black with #640469

Text Example


Text Example

White with #640469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640469; }

 p { color: rgb(100,4,105); }

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

background-color css

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

 a { background-color: rgb(100,4,105); }

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

border-color css

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

 span { border-color: rgb(100,4,105); }

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