Html Css Color HEX #643996 Royal Purple

📋 copy color: '#643996'

red 100 ◦ green 57 ◦ blue 150

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

Shades of Royal Purple #643996

Tints of Royal Purple #643996

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.57%

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

R = 32.57%
G = 18.57%
B = 48.86%

CMYK

 C value IS 0.33

 M value IS 0.62

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#643996 (or 0x643996) is known color: Royal Purple. HEX triplet: 64, 39 and 96. RGB value is (100,57,150). Sum of RGB (Red+Green+Blue) = 100+57+150=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 150 (58.98% from 255 or 48.86% from 307); Max value from RGB is 150 - color contains mainly: blue. Hex color #643996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643996 is #9BC669. Grayscale: #505050. Windows color (decimal): -10208874 or 9845092. OLE color: 9845092.

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

Color convert

RGB 100 57 150 -
CMYK 0.33 0.62 0 0.41
HSL 267.74º 0.45% 0.41% -
HSV(B) 267.74º 0.62% 0.59% -
XYZ 12.22 7.84 29.72 -
YUV 80.46 167.25 141.94 -
System Red Green Blue C M Y K H S L
Decimal 100 57 150 0.33 0.62 0 0.41 267.74 0.45 0.41
Hex 64 39 96 21 3E 0 29 10C 2D 29
Octal 144 71 226 41 76 0 51 414 55 51
Binary 1100100 111001 10010110 100001 111110 0 101001 100001100 101101 101001

Color Harmonies of #643996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643996

Black with #643996

Text Example


Text Example

White with #643996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643996; }

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

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

background-color css

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

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

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

border-color css

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

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

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