Html Css Color HEX #643DA1 Royal Purple

📋 copy color: '#643DA1'

red 100 ◦ green 61 ◦ blue 161

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

Shades of Royal Purple #643DA1

Tints of Royal Purple #643DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 50%

R = 31.06%
G = 18.94%
B = 50%

CMYK

 C value IS 0.38

 M value IS 0.62

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#643DA1 (or 0x643DA1) is known color: Royal Purple. HEX triplet: 64, 3D and A1. RGB value is (100,61,161). Sum of RGB (Red+Green+Blue) = 100+61+161=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 61 (24.22% from 255 or 18.94% from 322); Blue value is 161 (63.28% from 255 or 50% from 322); Max value from RGB is 161 - color contains mainly: blue. Hex color #643DA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643DA1 is #9BC25E. Grayscale: #535353. Windows color (decimal): -10207839 or 10567012. OLE color: 10567012.

HSL color Cylindrical-coordinate representation of color #643DA1: hue angle of 263.4º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #643DA1 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 100 61 161 -
CMYK 0.38 0.62 0 0.37
HSL 263.4º 0.45% 0.44% -
HSV(B) 263.4º 0.62% 0.63% -
XYZ 13.36 8.62 34.68 -
YUV 84.06 171.42 139.37 -
System Red Green Blue C M Y K H S L
Decimal 100 61 161 0.38 0.62 0 0.37 263.4 0.45 0.44
Hex 64 3D A1 26 3E 0 25 107 2D 2C
Octal 144 75 241 46 76 0 45 407 55 54
Binary 1100100 111101 10100001 100110 111110 0 100101 100000111 101101 101100

Color Harmonies of #643DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643DA1

Black with #643DA1

Text Example


Text Example

White with #643DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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