Html Css Color HEX #64076A Purple

📋 copy color: '#64076A'

red 100 ◦ green 7 ◦ blue 106

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

Shades of Purple #64076A

Tints of Purple #64076A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.29%

 BLUE value IS 106 (41.8% from 255) = 49.77%

R = 46.95%
G = 3.29%
B = 49.77%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#64076A (or 0x64076A) is known color: Purple. HEX triplet: 64, 07 and 6A. RGB value is (100,7,106). Sum of RGB (Red+Green+Blue) = 100+7+106=213 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.95% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 106 (41.80% from 255 or 49.77% from 213); Max value from RGB is 106 - color contains mainly: blue. Hex color #64076A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64076A is #9BF895. Grayscale: #2D2D2D. Windows color (decimal): -10221718 or 6948708. OLE color: 6948708.

HSL color Cylindrical-coordinate representation of color #64076A: hue angle of 296.36º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #64076A is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 100 7 106 -
CMYK 0.06 0.93 0 0.58
HSL 296.36º 0.88% 0.22% -
HSV(B) 296.36º 0.93% 0.42% -
XYZ 7.93 3.9 13.97 -
YUV 46.09 161.81 166.45 -
System Red Green Blue C M Y K H S L
Decimal 100 7 106 0.06 0.93 0 0.58 296.36 0.88 0.22
Hex 64 7 6A 6 5D 0 3A 128 58 16
Octal 144 7 152 6 135 0 72 450 130 26
Binary 1100100 111 1101010 110 1011101 0 111010 100101000 1011000 10110

Color Harmonies of #64076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64076A

Black with #64076A

Text Example


Text Example

White with #64076A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64076A; }

 p { color: rgb(100,7,106); }

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

background-color css

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

 a { background-color: rgb(100,7,106); }

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

border-color css

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

 span { border-color: rgb(100,7,106); }

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