Html Css Color HEX #64479E Royal Purple

📋 copy color: '#64479E'

red 100 ◦ green 71 ◦ blue 158

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

Shades of Royal Purple #64479E

Tints of Royal Purple #64479E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.58%

 BLUE value IS 158 (62.11% from 255) = 48.02%

R = 30.4%
G = 21.58%
B = 48.02%

CMYK

 C value IS 0.37

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64479E (or 0x64479E) is known color: Royal Purple. HEX triplet: 64, 47 and 9E. RGB value is (100,71,158). Sum of RGB (Red+Green+Blue) = 100+71+158=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 158 (62.11% from 255 or 48.02% from 329); Max value from RGB is 158 - color contains mainly: blue. Hex color #64479E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64479E is #9BB861. Grayscale: #595959. Windows color (decimal): -10205282 or 10372964. OLE color: 10372964.

HSL color Cylindrical-coordinate representation of color #64479E: hue angle of 260º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64479E is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 71 158 -
CMYK 0.37 0.55 0 0.38
HSL 260º 0.38% 0.45% -
HSV(B) 260º 0.55% 0.62% -
XYZ 13.68 9.68 33.5 -
YUV 89.59 166.61 135.43 -
System Red Green Blue C M Y K H S L
Decimal 100 71 158 0.37 0.55 0 0.38 260 0.38 0.45
Hex 64 47 9E 25 37 0 26 104 26 2D
Octal 144 107 236 45 67 0 46 404 46 55
Binary 1100100 1000111 10011110 100101 110111 0 100110 100000100 100110 101101

Color Harmonies of #64479E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64479E

Black with #64479E

Text Example


Text Example

White with #64479E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64479E; }

 p { color: rgb(100,71,158); }

 H1.HeaderClassName
 {
   color: #64479E;
 }
 .AnyTagClassName
 {
   color: #64479E;
 }
</style>

background-color css

<style>
 a { background-color: #64479E; }

 a { background-color: rgb(100,71,158); }

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

border-color css

<style>
 span { border-color: #64479E; }

 span { border-color: rgb(100,71,158); }

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