Html Css Color HEX #643FAC Royal Purple

📋 copy color: '#643FAC'

red 100 ◦ green 63 ◦ blue 172

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

Shades of Royal Purple #643FAC

Tints of Royal Purple #643FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.34%

R = 29.85%
G = 18.81%
B = 51.34%

CMYK

 C value IS 0.42

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#643FAC (or 0x643FAC) is known color: Royal Purple. HEX triplet: 64, 3F and AC. RGB value is (100,63,172). Sum of RGB (Red+Green+Blue) = 100+63+172=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #643FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643FAC is #9BC053. Grayscale: #565656. Windows color (decimal): -10207316 or 11288420. OLE color: 11288420.

HSL color Cylindrical-coordinate representation of color #643FAC: hue angle of 260.37º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #643FAC is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 63 172 -
CMYK 0.42 0.63 0 0.33
HSL 260.37º 0.46% 0.46% -
HSV(B) 260.37º 0.63% 0.67% -
XYZ 14.48 9.24 40.05 -
YUV 86.49 176.26 137.64 -
System Red Green Blue C M Y K H S L
Decimal 100 63 172 0.42 0.63 0 0.33 260.37 0.46 0.46
Hex 64 3F AC 2A 3F 0 21 104 2E 2E
Octal 144 77 254 52 77 0 41 404 56 56
Binary 1100100 111111 10101100 101010 111111 0 100001 100000100 101110 101110

Color Harmonies of #643FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643FAC

Black with #643FAC

Text Example


Text Example

White with #643FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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