Html Css Color HEX #643594 Royal Purple

📋 copy color: '#643594'

red 100 ◦ green 53 ◦ blue 148

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

Shades of Royal Purple #643594

Tints of Royal Purple #643594

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.61%

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

R = 33.22%
G = 17.61%
B = 49.17%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#643594 (or 0x643594) is known color: Royal Purple. HEX triplet: 64, 35 and 94. RGB value is (100,53,148). Sum of RGB (Red+Green+Blue) = 100+53+148=301 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.22% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 148 (58.20% from 255 or 49.17% from 301); Max value from RGB is 148 - color contains mainly: blue. Hex color #643594 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643594 is #9BCA6B. Grayscale: #4D4D4D. Windows color (decimal): -10209900 or 9712996. OLE color: 9712996.

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

Color convert

RGB 100 53 148 -
CMYK 0.32 0.64 0 0.42
HSL 269.68º 0.47% 0.39% -
HSV(B) 269.68º 0.64% 0.58% -
XYZ 11.87 7.39 28.82 -
YUV 77.88 167.57 143.78 -
System Red Green Blue C M Y K H S L
Decimal 100 53 148 0.32 0.64 0 0.42 269.68 0.47 0.39
Hex 64 35 94 20 40 0 2A 10E 2F 27
Octal 144 65 224 40 100 0 52 416 57 47
Binary 1100100 110101 10010100 100000 1000000 0 101010 100001110 101111 100111

Color Harmonies of #643594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643594

Black with #643594

Text Example


Text Example

White with #643594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643594; }

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

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

background-color css

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

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

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

border-color css

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

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

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