Html Css Color HEX #643BA6 Royal Purple

📋 copy color: '#643BA6'

red 100 ◦ green 59 ◦ blue 166

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

Shades of Royal Purple #643BA6

Tints of Royal Purple #643BA6

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.15%

 BLUE value IS 166 (65.23% from 255) = 51.08%

R = 30.77%
G = 18.15%
B = 51.08%

CMYK

 C value IS 0.40

 M value IS 0.64

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#643BA6 (or 0x643BA6) is known color: Royal Purple. HEX triplet: 64, 3B and A6. RGB value is (100,59,166). Sum of RGB (Red+Green+Blue) = 100+59+166=325 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.77% from 325); Green value is 59 (23.44% from 255 or 18.15% from 325); Blue value is 166 (65.23% from 255 or 51.08% from 325); Max value from RGB is 166 - color contains mainly: blue. Hex color #643BA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643BA6 is #9BC459. Grayscale: #535353. Windows color (decimal): -10208346 or 10894180. OLE color: 10894180.

HSL color Cylindrical-coordinate representation of color #643BA6: hue angle of 262.99º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #643BA6 is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 100 59 166 -
CMYK 0.40 0.64 0 0.35
HSL 262.99º 0.48% 0.44% -
HSV(B) 262.99º 0.64% 0.65% -
XYZ 13.7 8.59 37.01 -
YUV 83.46 174.58 139.8 -
System Red Green Blue C M Y K H S L
Decimal 100 59 166 0.40 0.64 0 0.35 262.99 0.48 0.44
Hex 64 3B A6 28 40 0 23 107 30 2C
Octal 144 73 246 50 100 0 43 407 60 54
Binary 1100100 111011 10100110 101000 1000000 0 100011 100000111 110000 101100

Color Harmonies of #643BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643BA6

Black with #643BA6

Text Example


Text Example

White with #643BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643BA6; }

 p { color: rgb(100,59,166); }

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

background-color css

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

 a { background-color: rgb(100,59,166); }

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

border-color css

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

 span { border-color: rgb(100,59,166); }

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