Html Css Color HEX #64056F Purple

📋 copy color: '#64056F'

red 100 ◦ green 5 ◦ blue 111

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

Shades of Purple #64056F

Tints of Purple #64056F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.31%

 BLUE value IS 111 (43.75% from 255) = 51.39%

R = 46.3%
G = 2.31%
B = 51.39%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#64056F (or 0x64056F) is known color: Purple. HEX triplet: 64, 05 and 6F. RGB value is (100,5,111). Sum of RGB (Red+Green+Blue) = 100+5+111=216 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.30% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 111 (43.75% from 255 or 51.39% from 216); Max value from RGB is 111 - color contains mainly: blue. Hex color #64056F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64056F is #9BFA90. Grayscale: #2D2D2D. Windows color (decimal): -10222225 or 7275876. OLE color: 7275876.

HSL color Cylindrical-coordinate representation of color #64056F: hue angle of 293.77º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #64056F is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 100 5 111 -
CMYK 0.10 0.95 0 0.56
HSL 293.77º 0.91% 0.23% -
HSV(B) 293.77º 0.95% 0.44% -
XYZ 8.18 3.97 15.37 -
YUV 45.49 164.97 166.88 -
System Red Green Blue C M Y K H S L
Decimal 100 5 111 0.10 0.95 0 0.56 293.77 0.91 0.23
Hex 64 5 6F A 5F 0 38 126 5B 17
Octal 144 5 157 12 137 0 70 446 133 27
Binary 1100100 101 1101111 1010 1011111 0 111000 100100110 1011011 10111

Color Harmonies of #64056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64056F

Black with #64056F

Text Example


Text Example

White with #64056F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64056F; }

 p { color: rgb(100,5,111); }

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

background-color css

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

 a { background-color: rgb(100,5,111); }

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

border-color css

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

 span { border-color: rgb(100,5,111); }

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