Html Css Color HEX #643BAB Royal Purple

📋 copy color: '#643BAB'

red 100 ◦ green 59 ◦ blue 171

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

Shades of Royal Purple #643BAB

Tints of Royal Purple #643BAB

RGB

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

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

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

R = 30.3%
G = 17.88%
B = 51.82%

CMYK

 C value IS 0.42

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#643BAB (or 0x643BAB) is known color: Royal Purple. HEX triplet: 64, 3B and AB. RGB value is (100,59,171). Sum of RGB (Red+Green+Blue) = 100+59+171=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #643BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643BAB is #9BC454. Grayscale: #535353. Windows color (decimal): -10208341 or 11221860. OLE color: 11221860.

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

Color convert

RGB 100 59 171 -
CMYK 0.42 0.65 0 0.33
HSL 261.96º 0.49% 0.45% -
HSV(B) 261.96º 0.65% 0.67% -
XYZ 14.17 8.78 39.48 -
YUV 84.03 177.08 139.39 -
System Red Green Blue C M Y K H S L
Decimal 100 59 171 0.42 0.65 0 0.33 261.96 0.49 0.45
Hex 64 3B AB 2A 41 0 21 106 31 2D
Octal 144 73 253 52 101 0 41 406 61 55
Binary 1100100 111011 10101011 101010 1000001 0 100001 100000110 110001 101101

Color Harmonies of #643BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643BAB

Black with #643BAB

Text Example


Text Example

White with #643BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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