Html Css Color HEX #64047A Purple

📋 copy color: '#64047A'

red 100 ◦ green 4 ◦ blue 122

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

Shades of Purple #64047A

Tints of Purple #64047A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.77%

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

R = 44.25%
G = 1.77%
B = 53.98%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#64047A (or 0x64047A) is known color: Purple. HEX triplet: 64, 04 and 7A. RGB value is (100,4,122). Sum of RGB (Red+Green+Blue) = 100+4+122=226 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.25% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 122 (48.05% from 255 or 53.98% from 226); Max value from RGB is 122 - color contains mainly: blue. Hex color #64047A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64047A is #9BFB85. Grayscale: #2D2D2D. Windows color (decimal): -10222470 or 7996516. OLE color: 7996516.

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

Color convert

RGB 100 4 122 -
CMYK 0.18 0.97 0 0.52
HSL 288.81º 0.94% 0.25% -
HSV(B) 288.81º 0.97% 0.48% -
XYZ 8.81 4.2 18.76 -
YUV 46.16 170.8 166.41 -
System Red Green Blue C M Y K H S L
Decimal 100 4 122 0.18 0.97 0 0.52 288.81 0.94 0.25
Hex 64 4 7A 12 61 0 34 121 5E 19
Octal 144 4 172 22 141 0 64 441 136 31
Binary 1100100 100 1111010 10010 1100001 0 110100 100100001 1011110 11001

Color Harmonies of #64047A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64047A

Black with #64047A

Text Example


Text Example

White with #64047A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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