Html Css Color HEX #64057A Purple

📋 copy color: '#64057A'

red 100 ◦ green 5 ◦ blue 122

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

Shades of Purple #64057A

Tints of Purple #64057A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 53.74%

R = 44.05%
G = 2.2%
B = 53.74%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#64057A (or 0x64057A) is known color: Purple. HEX triplet: 64, 05 and 7A. RGB value is (100,5,122). Sum of RGB (Red+Green+Blue) = 100+5+122=227 (30% of max value = 765). Red value is 100 (39.45% from 255 or 44.05% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 122 (48.05% from 255 or 53.74% from 227); Max value from RGB is 122 - color contains mainly: blue. Hex color #64057A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64057A is #9BFA85. Grayscale: #2E2E2E. Windows color (decimal): -10222214 or 7996772. OLE color: 7996772.

HSL color Cylindrical-coordinate representation of color #64057A: hue angle of 288.72º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #64057A is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 100 5 122 -
CMYK 0.18 0.96 0 0.52
HSL 288.72º 0.92% 0.25% -
HSV(B) 288.72º 0.96% 0.48% -
XYZ 8.82 4.22 18.76 -
YUV 46.74 170.47 165.99 -
System Red Green Blue C M Y K H S L
Decimal 100 5 122 0.18 0.96 0 0.52 288.72 0.92 0.25
Hex 64 5 7A 12 60 0 34 121 5C 19
Octal 144 5 172 22 140 0 64 441 134 31
Binary 1100100 101 1111010 10010 1100000 0 110100 100100001 1011100 11001

Color Harmonies of #64057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64057A

Black with #64057A

Text Example


Text Example

White with #64057A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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