Html Css Color HEX #640269 Purple

📋 copy color: '#640269'

red 100 ◦ green 2 ◦ blue 105

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

Shades of Purple #640269

Tints of Purple #640269

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.97%

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

R = 48.31%
G = 0.97%
B = 50.72%

CMYK

 C value IS 0.05

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#640269 (or 0x640269) is known color: Purple. HEX triplet: 64, 02 and 69. RGB value is (100,2,105). Sum of RGB (Red+Green+Blue) = 100+2+105=207 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.31% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 105 (41.41% from 255 or 50.72% from 207); Max value from RGB is 105 - color contains mainly: blue. Hex color #640269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640269 is #9BFD96. Grayscale: #2A2A2A. Windows color (decimal): -10222999 or 6881892. OLE color: 6881892.

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

Color convert

RGB 100 2 105 -
CMYK 0.05 0.98 0 0.59
HSL 297.09º 0.96% 0.21% -
HSV(B) 297.09º 0.98% 0.41% -
XYZ 7.83 3.77 13.68 -
YUV 43.04 162.97 168.62 -
System Red Green Blue C M Y K H S L
Decimal 100 2 105 0.05 0.98 0 0.59 297.09 0.96 0.21
Hex 64 2 69 5 62 0 3B 129 60 15
Octal 144 2 151 5 142 0 73 451 140 25
Binary 1100100 10 1101001 101 1100010 0 111011 100101001 1100000 10101

Color Harmonies of #640269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640269

Black with #640269

Text Example


Text Example

White with #640269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640269; }

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

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

background-color css

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

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

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

border-color css

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

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

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