Html Css Color HEX #643BAE Royal Purple

📋 copy color: '#643BAE'

red 100 ◦ green 59 ◦ blue 174

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

Shades of Royal Purple #643BAE

Tints of Royal Purple #643BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 52.25%

R = 30.03%
G = 17.72%
B = 52.25%

CMYK

 C value IS 0.43

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#643BAE (or 0x643BAE) is known color: Royal Purple. HEX triplet: 64, 3B and AE. RGB value is (100,59,174). Sum of RGB (Red+Green+Blue) = 100+59+174=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 59 (23.44% from 255 or 17.72% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #643BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643BAE is #9BC451. Grayscale: #535353. Windows color (decimal): -10208338 or 11418468. OLE color: 11418468.

HSL color Cylindrical-coordinate representation of color #643BAE: hue angle of 261.39º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #643BAE is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 100 59 174 -
CMYK 0.43 0.66 0 0.32
HSL 261.39º 0.49% 0.46% -
HSV(B) 261.39º 0.66% 0.68% -
XYZ 14.46 8.89 41 -
YUV 84.37 178.58 139.15 -
System Red Green Blue C M Y K H S L
Decimal 100 59 174 0.43 0.66 0 0.32 261.39 0.49 0.46
Hex 64 3B AE 2B 42 0 20 105 31 2E
Octal 144 73 256 53 102 0 40 405 61 56
Binary 1100100 111011 10101110 101011 1000010 0 100000 100000101 110001 101110

Color Harmonies of #643BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643BAE

Black with #643BAE

Text Example


Text Example

White with #643BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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