Html Css Color HEX #640267 Purple

📋 copy color: '#640267'

red 100 ◦ green 2 ◦ blue 103

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

Shades of Purple #640267

Tints of Purple #640267

RGB

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

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

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

R = 48.78%
G = 0.98%
B = 50.24%

CMYK

 C value IS 0.03

 M value IS 0.98

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#640267 (or 0x640267) is known color: Purple. HEX triplet: 64, 02 and 67. RGB value is (100,2,103). Sum of RGB (Red+Green+Blue) = 100+2+103=205 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.78% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 103 (40.62% from 255 or 50.24% from 205); Max value from RGB is 103 - color contains mainly: blue. Hex color #640267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640267 is #9BFD98. Grayscale: #2A2A2A. Windows color (decimal): -10223001 or 6750820. OLE color: 6750820.

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

Color convert

RGB 100 2 103 -
CMYK 0.03 0.98 0 0.60
HSL 298.22º 0.96% 0.21% -
HSV(B) 298.22º 0.98% 0.4% -
XYZ 7.73 3.73 13.15 -
YUV 42.82 161.97 168.79 -
System Red Green Blue C M Y K H S L
Decimal 100 2 103 0.03 0.98 0 0.60 298.22 0.96 0.21
Hex 64 2 67 3 62 0 3C 12A 60 15
Octal 144 2 147 3 142 0 74 452 140 25
Binary 1100100 10 1100111 11 1100010 0 111100 100101010 1100000 10101

Color Harmonies of #640267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640267

Black with #640267

Text Example


Text Example

White with #640267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640267; }

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

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

background-color css

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

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

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

border-color css

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

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

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