Html Css Color HEX #64067A Purple

📋 copy color: '#64067A'

red 100 ◦ green 6 ◦ blue 122

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

Shades of Purple #64067A

Tints of Purple #64067A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.63%

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

R = 43.86%
G = 2.63%
B = 53.51%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#64067A (or 0x64067A) is known color: Purple. HEX triplet: 64, 06 and 7A. RGB value is (100,6,122). Sum of RGB (Red+Green+Blue) = 100+6+122=228 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.86% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 122 (48.05% from 255 or 53.51% from 228); Max value from RGB is 122 - color contains mainly: blue. Hex color #64067A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64067A is #9BF985. Grayscale: #2E2E2E. Windows color (decimal): -10221958 or 7997028. OLE color: 7997028.

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

Color convert

RGB 100 6 122 -
CMYK 0.18 0.95 0 0.52
HSL 288.62º 0.91% 0.25% -
HSV(B) 288.62º 0.95% 0.48% -
XYZ 8.83 4.24 18.77 -
YUV 47.33 170.14 165.57 -
System Red Green Blue C M Y K H S L
Decimal 100 6 122 0.18 0.95 0 0.52 288.62 0.91 0.25
Hex 64 6 7A 12 5F 0 34 121 5B 19
Octal 144 6 172 22 137 0 64 441 133 31
Binary 1100100 110 1111010 10010 1011111 0 110100 100100001 1011011 11001

Color Harmonies of #64067A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64067A

Black with #64067A

Text Example


Text Example

White with #64067A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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