Html Css Color HEX #643DAA Royal Purple

📋 copy color: '#643DAA'

red 100 ◦ green 61 ◦ blue 170

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

Shades of Royal Purple #643DAA

Tints of Royal Purple #643DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.36%

R = 30.21%
G = 18.43%
B = 51.36%

CMYK

 C value IS 0.41

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#643DAA (or 0x643DAA) is known color: Royal Purple. HEX triplet: 64, 3D and AA. RGB value is (100,61,170). Sum of RGB (Red+Green+Blue) = 100+61+170=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #643DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643DAA is #9BC255. Grayscale: #545454. Windows color (decimal): -10207830 or 11156836. OLE color: 11156836.

HSL color Cylindrical-coordinate representation of color #643DAA: hue angle of 261.47º 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 #643DAA is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 61 170 -
CMYK 0.41 0.64 0 0.33
HSL 261.47º 0.47% 0.45% -
HSV(B) 261.47º 0.64% 0.67% -
XYZ 14.18 8.95 39.01 -
YUV 85.09 175.92 138.64 -
System Red Green Blue C M Y K H S L
Decimal 100 61 170 0.41 0.64 0 0.33 261.47 0.47 0.45
Hex 64 3D AA 29 40 0 21 105 2F 2D
Octal 144 75 252 51 100 0 41 405 57 55
Binary 1100100 111101 10101010 101001 1000000 0 100001 100000101 101111 101101

Color Harmonies of #643DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643DAA

Black with #643DAA

Text Example


Text Example

White with #643DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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