Html Css Color HEX #64017A Purple

📋 copy color: '#64017A'

red 100 ◦ green 1 ◦ blue 122

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

Shades of Purple #64017A

Tints of Purple #64017A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

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

R = 44.84%
G = 0.45%
B = 54.71%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#64017A (or 0x64017A) is known color: Purple. HEX triplet: 64, 01 and 7A. RGB value is (100,1,122). Sum of RGB (Red+Green+Blue) = 100+1+122=223 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.84% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 122 (48.05% from 255 or 54.71% from 223); Max value from RGB is 122 - color contains mainly: blue. Hex color #64017A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64017A is #9BFE85. Grayscale: #2C2C2C. Windows color (decimal): -10223238 or 7995748. OLE color: 7995748.

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

Color convert

RGB 100 1 122 -
CMYK 0.18 0.99 0 0.52
HSL 289.09º 0.98% 0.24% -
HSV(B) 289.09º 0.99% 0.48% -
XYZ 8.78 4.14 18.75 -
YUV 44.4 171.8 167.66 -
System Red Green Blue C M Y K H S L
Decimal 100 1 122 0.18 0.99 0 0.52 289.09 0.98 0.24
Hex 64 1 7A 12 63 0 34 121 62 18
Octal 144 1 172 22 143 0 64 441 142 30
Binary 1100100 1 1111010 10010 1100011 0 110100 100100001 1100010 11000

Color Harmonies of #64017A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64017A

Black with #64017A

Text Example


Text Example

White with #64017A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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