Html Css Color HEX #643494 Royal Purple

📋 copy color: '#643494'

red 100 ◦ green 52 ◦ blue 148

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

Shades of Royal Purple #643494

Tints of Royal Purple #643494

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.33%

 BLUE value IS 148 (58.2% from 255) = 49.33%

R = 33.33%
G = 17.33%
B = 49.33%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#643494 (or 0x643494) is known color: Royal Purple. HEX triplet: 64, 34 and 94. RGB value is (100,52,148). Sum of RGB (Red+Green+Blue) = 100+52+148=300 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.33% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 148 (58.20% from 255 or 49.33% from 300); Max value from RGB is 148 - color contains mainly: blue. Hex color #643494 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643494 is #9BCB6B. Grayscale: #4C4C4C. Windows color (decimal): -10210156 or 9712740. OLE color: 9712740.

HSL color Cylindrical-coordinate representation of color #643494: hue angle of 270º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #643494 is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 52 148 -
CMYK 0.32 0.65 0 0.42
HSL 270º 0.48% 0.39% -
HSV(B) 270º 0.65% 0.58% -
XYZ 11.83 7.3 28.8 -
YUV 77.3 167.9 144.19 -
System Red Green Blue C M Y K H S L
Decimal 100 52 148 0.32 0.65 0 0.42 270 0.48 0.39
Hex 64 34 94 20 41 0 2A 10E 30 27
Octal 144 64 224 40 101 0 52 416 60 47
Binary 1100100 110100 10010100 100000 1000001 0 101010 100001110 110000 100111

Color Harmonies of #643494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643494

Black with #643494

Text Example


Text Example

White with #643494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643494; }

 p { color: rgb(100,52,148); }

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

background-color css

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

 a { background-color: rgb(100,52,148); }

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

border-color css

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

 span { border-color: rgb(100,52,148); }

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