Html Css Color HEX #643DA5 Royal Purple

📋 copy color: '#643DA5'

red 100 ◦ green 61 ◦ blue 165

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

Shades of Royal Purple #643DA5

Tints of Royal Purple #643DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 50.61%

R = 30.67%
G = 18.71%
B = 50.61%

CMYK

 C value IS 0.39

 M value IS 0.63

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#643DA5 (or 0x643DA5) is known color: Royal Purple. HEX triplet: 64, 3D and A5. RGB value is (100,61,165). Sum of RGB (Red+Green+Blue) = 100+61+165=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 61 (24.22% from 255 or 18.71% from 326); Blue value is 165 (64.84% from 255 or 50.61% from 326); Max value from RGB is 165 - color contains mainly: blue. Hex color #643DA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643DA5 is #9BC25A. Grayscale: #545454. Windows color (decimal): -10207835 or 10829156. OLE color: 10829156.

HSL color Cylindrical-coordinate representation of color #643DA5: hue angle of 262.5º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #643DA5 is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 100 61 165 -
CMYK 0.39 0.63 0 0.35
HSL 262.5º 0.46% 0.44% -
HSV(B) 262.5º 0.63% 0.65% -
XYZ 13.72 8.76 36.57 -
YUV 84.52 173.42 139.04 -
System Red Green Blue C M Y K H S L
Decimal 100 61 165 0.39 0.63 0 0.35 262.5 0.46 0.44
Hex 64 3D A5 27 3F 0 23 106 2E 2C
Octal 144 75 245 47 77 0 43 406 56 54
Binary 1100100 111101 10100101 100111 111111 0 100011 100000110 101110 101100

Color Harmonies of #643DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643DA5

Black with #643DA5

Text Example


Text Example

White with #643DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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