Html Css Color HEX #640652 Tyrian Purple

📋 copy color: '#640652'

red 100 ◦ green 6 ◦ blue 82

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

Shades of Tyrian Purple #640652

Tints of Tyrian Purple #640652

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.19%

 BLUE value IS 82 (32.42% from 255) = 43.62%

R = 53.19%
G = 3.19%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.61

RGB Variations

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

Color information

#640652 (or 0x640652) is known color: Tyrian Purple. HEX triplet: 64, 06 and 52. RGB value is (100,6,82). Sum of RGB (Red+Green+Blue) = 100+6+82=188 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.19% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 82 (32.42% from 255 or 43.62% from 188); Max value from RGB is 100 - color contains mainly: red. Hex color #640652 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640652 is #9BF9AD. Grayscale: #2A2A2A. Windows color (decimal): -10221998 or 5375588. OLE color: 5375588.

HSL color Cylindrical-coordinate representation of color #640652: hue angle of 311.49º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640652 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 6 82 -
CMYK 0 0.94 0.18 0.61
HSL 311.49º 0.89% 0.21% -
HSV(B) 311.49º 0.94% 0.39% -
XYZ 6.84 3.45 8.29 -
YUV 42.77 150.14 168.82 -
System Red Green Blue C M Y K H S L
Decimal 100 6 82 0 0.94 0.18 0.61 311.49 0.89 0.21
Hex 64 6 52 0 5E 12 3D 137 59 15
Octal 144 6 122 0 136 22 75 467 131 25
Binary 1100100 110 1010010 0 1011110 10010 111101 100110111 1011001 10101

Color Harmonies of #640652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640652

Black with #640652

Text Example


Text Example

White with #640652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640652; }

 p { color: rgb(100,6,82); }

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

background-color css

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

 a { background-color: rgb(100,6,82); }

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

border-color css

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

 span { border-color: rgb(100,6,82); }

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