Html Css Color HEX #643DAB Royal Purple

📋 copy color: '#643DAB'

red 100 ◦ green 61 ◦ blue 171

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

Shades of Royal Purple #643DAB

Tints of Royal Purple #643DAB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.37%

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

R = 30.12%
G = 18.37%
B = 51.51%

CMYK

 C value IS 0.42

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#643DAB (or 0x643DAB) is known color: Royal Purple. HEX triplet: 64, 3D and AB. RGB value is (100,61,171). Sum of RGB (Red+Green+Blue) = 100+61+171=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 61 (24.22% from 255 or 18.37% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #643DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643DAB is #9BC254. Grayscale: #545454. Windows color (decimal): -10207829 or 11222372. OLE color: 11222372.

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

Color convert

RGB 100 61 171 -
CMYK 0.42 0.64 0 0.33
HSL 261.27º 0.47% 0.45% -
HSV(B) 261.27º 0.64% 0.67% -
XYZ 14.27 8.99 39.51 -
YUV 85.2 176.42 138.56 -
System Red Green Blue C M Y K H S L
Decimal 100 61 171 0.42 0.64 0 0.33 261.27 0.47 0.45
Hex 64 3D AB 2A 40 0 21 105 2F 2D
Octal 144 75 253 52 100 0 41 405 57 55
Binary 1100100 111101 10101011 101010 1000000 0 100001 100000101 101111 101101

Color Harmonies of #643DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643DAB

Black with #643DAB

Text Example


Text Example

White with #643DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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