Html Css Color HEX #643AAB Royal Purple

📋 copy color: '#643AAB'

red 100 ◦ green 58 ◦ blue 171

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

Shades of Royal Purple #643AAB

Tints of Royal Purple #643AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.98%

R = 30.4%
G = 17.63%
B = 51.98%

CMYK

 C value IS 0.42

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#643AAB (or 0x643AAB) is known color: Royal Purple. HEX triplet: 64, 3A and AB. RGB value is (100,58,171). Sum of RGB (Red+Green+Blue) = 100+58+171=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #643AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643AAB is #9BC554. Grayscale: #535353. Windows color (decimal): -10208597 or 11221604. OLE color: 11221604.

HSL color Cylindrical-coordinate representation of color #643AAB: hue angle of 262.3º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #643AAB is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 58 171 -
CMYK 0.42 0.66 0 0.33
HSL 262.3º 0.49% 0.45% -
HSV(B) 262.3º 0.66% 0.67% -
XYZ 14.12 8.68 39.46 -
YUV 83.44 177.41 139.81 -
System Red Green Blue C M Y K H S L
Decimal 100 58 171 0.42 0.66 0 0.33 262.3 0.49 0.45
Hex 64 3A AB 2A 42 0 21 106 31 2D
Octal 144 72 253 52 102 0 41 406 61 55
Binary 1100100 111010 10101011 101010 1000010 0 100001 100000110 110001 101101

Color Harmonies of #643AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643AAB

Black with #643AAB

Text Example


Text Example

White with #643AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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