Html Css Color HEX #643F9D Royal Purple

📋 copy color: '#643F9D'

red 100 ◦ green 63 ◦ blue 157

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

Shades of Royal Purple #643F9D

Tints of Royal Purple #643F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 49.06%

R = 31.25%
G = 19.69%
B = 49.06%

CMYK

 C value IS 0.36

 M value IS 0.60

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#643F9D (or 0x643F9D) is known color: Royal Purple. HEX triplet: 64, 3F and 9D. RGB value is (100,63,157). Sum of RGB (Red+Green+Blue) = 100+63+157=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 157 (61.72% from 255 or 49.06% from 320); Max value from RGB is 157 - color contains mainly: blue. Hex color #643F9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643F9D is #9BC062. Grayscale: #545454. Windows color (decimal): -10207331 or 10305380. OLE color: 10305380.

HSL color Cylindrical-coordinate representation of color #643F9D: hue angle of 263.62º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #643F9D is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 63 157 -
CMYK 0.36 0.60 0 0.38
HSL 263.62º 0.43% 0.43% -
HSV(B) 263.62º 0.6% 0.62% -
XYZ 13.12 8.7 32.89 -
YUV 84.78 168.76 138.86 -
System Red Green Blue C M Y K H S L
Decimal 100 63 157 0.36 0.60 0 0.38 263.62 0.43 0.43
Hex 64 3F 9D 24 3C 0 26 108 2B 2B
Octal 144 77 235 44 74 0 46 410 53 53
Binary 1100100 111111 10011101 100100 111100 0 100110 100001000 101011 101011

Color Harmonies of #643F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643F9D

Black with #643F9D

Text Example


Text Example

White with #643F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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