Html Css Color HEX #643696 Royal Purple

📋 copy color: '#643696'

red 100 ◦ green 54 ◦ blue 150

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

Shades of Royal Purple #643696

Tints of Royal Purple #643696

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.76%

 BLUE value IS 150 (58.98% from 255) = 49.34%

R = 32.89%
G = 17.76%
B = 49.34%

CMYK

 C value IS 0.33

 M value IS 0.64

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#643696 (or 0x643696) is known color: Royal Purple. HEX triplet: 64, 36 and 96. RGB value is (100,54,150). Sum of RGB (Red+Green+Blue) = 100+54+150=304 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.89% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 150 (58.98% from 255 or 49.34% from 304); Max value from RGB is 150 - color contains mainly: blue. Hex color #643696 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643696 is #9BC969. Grayscale: #4E4E4E. Windows color (decimal): -10209642 or 9844324. OLE color: 9844324.

HSL color Cylindrical-coordinate representation of color #643696: hue angle of 268.75º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #643696 is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 100 54 150 -
CMYK 0.33 0.64 0 0.41
HSL 268.75º 0.47% 0.4% -
HSV(B) 268.75º 0.64% 0.59% -
XYZ 12.08 7.55 29.67 -
YUV 78.7 168.24 143.19 -
System Red Green Blue C M Y K H S L
Decimal 100 54 150 0.33 0.64 0 0.41 268.75 0.47 0.4
Hex 64 36 96 21 40 0 29 10D 2F 28
Octal 144 66 226 41 100 0 51 415 57 50
Binary 1100100 110110 10010110 100001 1000000 0 101001 100001101 101111 101000

Color Harmonies of #643696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643696

Black with #643696

Text Example


Text Example

White with #643696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643696; }

 p { color: rgb(100,54,150); }

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

background-color css

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

 a { background-color: rgb(100,54,150); }

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

border-color css

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

 span { border-color: rgb(100,54,150); }

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