Html Css Color HEX #643DAE Royal Purple

📋 copy color: '#643DAE'

red 100 ◦ green 61 ◦ blue 174

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

Shades of Royal Purple #643DAE

Tints of Royal Purple #643DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 51.94%

R = 29.85%
G = 18.21%
B = 51.94%

CMYK

 C value IS 0.43

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#643DAE (or 0x643DAE) is known color: Royal Purple. HEX triplet: 64, 3D and AE. RGB value is (100,61,174). Sum of RGB (Red+Green+Blue) = 100+61+174=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #643DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643DAE is #9BC251. Grayscale: #555555. Windows color (decimal): -10207826 or 11418980. OLE color: 11418980.

HSL color Cylindrical-coordinate representation of color #643DAE: hue angle of 260.71º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #643DAE is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 100 61 174 -
CMYK 0.43 0.65 0 0.32
HSL 260.71º 0.48% 0.46% -
HSV(B) 260.71º 0.65% 0.68% -
XYZ 14.56 9.1 41.03 -
YUV 85.54 177.92 138.31 -
System Red Green Blue C M Y K H S L
Decimal 100 61 174 0.43 0.65 0 0.32 260.71 0.48 0.46
Hex 64 3D AE 2B 41 0 20 105 30 2E
Octal 144 75 256 53 101 0 40 405 60 56
Binary 1100100 111101 10101110 101011 1000001 0 100000 100000101 110000 101110

Color Harmonies of #643DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643DAE

Black with #643DAE

Text Example


Text Example

White with #643DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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