Html Css Color HEX #64017B Purple

📋 copy color: '#64017B'

red 100 ◦ green 1 ◦ blue 123

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

Shades of Purple #64017B

Tints of Purple #64017B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 54.91%

R = 44.64%
G = 0.45%
B = 54.91%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#64017B (or 0x64017B) is known color: Purple. HEX triplet: 64, 01 and 7B. RGB value is (100,1,123). Sum of RGB (Red+Green+Blue) = 100+1+123=224 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.64% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 123 (48.44% from 255 or 54.91% from 224); Max value from RGB is 123 - color contains mainly: blue. Hex color #64017B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64017B is #9BFE84. Grayscale: #2C2C2C. Windows color (decimal): -10223237 or 8061284. OLE color: 8061284.

HSL color Cylindrical-coordinate representation of color #64017B: hue angle of 288.69º 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 #64017B is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 100 1 123 -
CMYK 0.19 0.99 0 0.52
HSL 288.69º 0.98% 0.24% -
HSV(B) 288.69º 0.99% 0.48% -
XYZ 8.84 4.16 19.08 -
YUV 44.51 172.3 167.58 -
System Red Green Blue C M Y K H S L
Decimal 100 1 123 0.19 0.99 0 0.52 288.69 0.98 0.24
Hex 64 1 7B 13 63 0 34 121 62 18
Octal 144 1 173 23 143 0 64 441 142 30
Binary 1100100 1 1111011 10011 1100011 0 110100 100100001 1100010 11000

Color Harmonies of #64017B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64017B

Black with #64017B

Text Example


Text Example

White with #64017B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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