Html Css Color HEX #64479D Royal Purple

📋 copy color: '#64479D'

red 100 ◦ green 71 ◦ blue 157

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

Shades of Royal Purple #64479D

Tints of Royal Purple #64479D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 47.87%

R = 30.49%
G = 21.65%
B = 47.87%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64479D (or 0x64479D) is known color: Royal Purple. HEX triplet: 64, 47 and 9D. RGB value is (100,71,157). Sum of RGB (Red+Green+Blue) = 100+71+157=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 157 - color contains mainly: blue. Hex color #64479D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64479D is #9BB862. Grayscale: #595959. Windows color (decimal): -10205283 or 10307428. OLE color: 10307428.

HSL color Cylindrical-coordinate representation of color #64479D: hue angle of 260.23º 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 #64479D is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 71 157 -
CMYK 0.36 0.55 0 0.38
HSL 260.23º 0.38% 0.45% -
HSV(B) 260.23º 0.55% 0.62% -
XYZ 13.59 9.65 33.04 -
YUV 89.48 166.11 135.51 -
System Red Green Blue C M Y K H S L
Decimal 100 71 157 0.36 0.55 0 0.38 260.23 0.38 0.45
Hex 64 47 9D 24 37 0 26 104 26 2D
Octal 144 107 235 44 67 0 46 404 46 55
Binary 1100100 1000111 10011101 100100 110111 0 100110 100000100 100110 101101

Color Harmonies of #64479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64479D

Black with #64479D

Text Example


Text Example

White with #64479D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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