Html Css Color HEX #64469D Royal Purple

📋 copy color: '#64469D'

red 100 ◦ green 70 ◦ blue 157

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

Shades of Royal Purple #64469D

Tints of Royal Purple #64469D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.41%

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

R = 30.58%
G = 21.41%
B = 48.01%

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

#64469D (or 0x64469D) is known color: Royal Purple. HEX triplet: 64, 46 and 9D. RGB value is (100,70,157). Sum of RGB (Red+Green+Blue) = 100+70+157=327 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.58% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 157 - color contains mainly: blue. Hex color #64469D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64469D is #9BB962. Grayscale: #585858. Windows color (decimal): -10205539 or 10307172. OLE color: 10307172.

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

Color convert

RGB 100 70 157 -
CMYK 0.36 0.55 0 0.38
HSL 260.69º 0.38% 0.45% -
HSV(B) 260.69º 0.55% 0.62% -
XYZ 13.53 9.52 33.02 -
YUV 88.89 166.44 135.93 -
System Red Green Blue C M Y K H S L
Decimal 100 70 157 0.36 0.55 0 0.38 260.69 0.38 0.45
Hex 64 46 9D 24 37 0 26 105 26 2D
Octal 144 106 235 44 67 0 46 405 46 55
Binary 1100100 1000110 10011101 100100 110111 0 100110 100000101 100110 101101

Color Harmonies of #64469D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64469D

Black with #64469D

Text Example


Text Example

White with #64469D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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