Html Css Color HEX #643FAD Royal Purple

📋 copy color: '#643FAD'

red 100 ◦ green 63 ◦ blue 173

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

Shades of Royal Purple #643FAD

Tints of Royal Purple #643FAD

RGB

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

 GREEN value IS 63 (25% from 255) = 18.75%

 BLUE value IS 173 (67.97% from 255) = 51.49%

R = 29.76%
G = 18.75%
B = 51.49%

CMYK

 C value IS 0.42

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#643FAD (or 0x643FAD) is known color: Royal Purple. HEX triplet: 64, 3F and AD. RGB value is (100,63,173). Sum of RGB (Red+Green+Blue) = 100+63+173=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #643FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643FAD is #9BC052. Grayscale: #565656. Windows color (decimal): -10207315 or 11353956. OLE color: 11353956.

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

Color convert

RGB 100 63 173 -
CMYK 0.42 0.64 0 0.32
HSL 260.18º 0.47% 0.46% -
HSV(B) 260.18º 0.64% 0.68% -
XYZ 14.58 9.28 40.56 -
YUV 86.6 176.76 137.56 -
System Red Green Blue C M Y K H S L
Decimal 100 63 173 0.42 0.64 0 0.32 260.18 0.47 0.46
Hex 64 3F AD 2A 40 0 20 104 2F 2E
Octal 144 77 255 52 100 0 40 404 57 56
Binary 1100100 111111 10101101 101010 1000000 0 100000 100000100 101111 101110

Color Harmonies of #643FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643FAD

Black with #643FAD

Text Example


Text Example

White with #643FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,63,173); }

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

background-color css

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

 a { background-color: rgb(100,63,173); }

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

border-color css

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

 span { border-color: rgb(100,63,173); }

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