Html Css Color HEX #643AAE Royal Purple

📋 copy color: '#643AAE'

red 100 ◦ green 58 ◦ blue 174

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

Shades of Royal Purple #643AAE

Tints of Royal Purple #643AAE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.47%

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

R = 30.12%
G = 17.47%
B = 52.41%

CMYK

 C value IS 0.43

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#643AAE (or 0x643AAE) is known color: Royal Purple. HEX triplet: 64, 3A and AE. RGB value is (100,58,174). Sum of RGB (Red+Green+Blue) = 100+58+174=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 58 (23.05% from 255 or 17.47% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #643AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643AAE is #9BC551. Grayscale: #535353. Windows color (decimal): -10208594 or 11418212. OLE color: 11418212.

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

Color convert

RGB 100 58 174 -
CMYK 0.43 0.67 0 0.32
HSL 261.72º 0.5% 0.45% -
HSV(B) 261.72º 0.67% 0.68% -
XYZ 14.41 8.79 40.98 -
YUV 83.78 178.91 139.57 -
System Red Green Blue C M Y K H S L
Decimal 100 58 174 0.43 0.67 0 0.32 261.72 0.5 0.45
Hex 64 3A AE 2B 43 0 20 106 32 2D
Octal 144 72 256 53 103 0 40 406 62 55
Binary 1100100 111010 10101110 101011 1000011 0 100000 100000110 110010 101101

Color Harmonies of #643AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643AAE

Black with #643AAE

Text Example


Text Example

White with #643AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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