Html Css Color HEX #644A9C Royal Purple

📋 copy color: '#644A9C'

red 100 ◦ green 74 ◦ blue 156

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

Shades of Royal Purple #644A9C

Tints of Royal Purple #644A9C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.42%

 BLUE value IS 156 (61.33% from 255) = 47.27%

R = 30.3%
G = 22.42%
B = 47.27%

CMYK

 C value IS 0.36

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#644A9C (or 0x644A9C) is known color: Royal Purple. HEX triplet: 64, 4A and 9C. RGB value is (100,74,156). Sum of RGB (Red+Green+Blue) = 100+74+156=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #644A9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644A9C is #9BB563. Grayscale: #5A5A5A. Windows color (decimal): -10204516 or 10242660. OLE color: 10242660.

HSL color Cylindrical-coordinate representation of color #644A9C: hue angle of 259.02º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #644A9C is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 100 74 156 -
CMYK 0.36 0.53 0 0.39
HSL 259.02º 0.36% 0.45% -
HSV(B) 259.02º 0.53% 0.61% -
XYZ 13.71 10.01 32.66 -
YUV 91.12 164.61 134.33 -
System Red Green Blue C M Y K H S L
Decimal 100 74 156 0.36 0.53 0 0.39 259.02 0.36 0.45
Hex 64 4A 9C 24 35 0 27 103 24 2D
Octal 144 112 234 44 65 0 47 403 44 55
Binary 1100100 1001010 10011100 100100 110101 0 100111 100000011 100100 101101

Color Harmonies of #644A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644A9C

Black with #644A9C

Text Example


Text Example

White with #644A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644A9C; }

 p { color: rgb(100,74,156); }

 H1.HeaderClassName
 {
   color: #644A9C;
 }
 .AnyTagClassName
 {
   color: #644A9C;
 }
</style>

background-color css

<style>
 a { background-color: #644A9C; }

 a { background-color: rgb(100,74,156); }

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

border-color css

<style>
 span { border-color: #644A9C; }

 span { border-color: rgb(100,74,156); }

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