Html Css Color HEX #643F96 Royal Purple

📋 copy color: '#643F96'

red 100 ◦ green 63 ◦ blue 150

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

Shades of Royal Purple #643F96

Tints of Royal Purple #643F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 47.92%

R = 31.95%
G = 20.13%
B = 47.92%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#643F96 (or 0x643F96) is known color: Royal Purple. HEX triplet: 64, 3F and 96. RGB value is (100,63,150). Sum of RGB (Red+Green+Blue) = 100+63+150=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #643F96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643F96 is #9BC069. Grayscale: #535353. Windows color (decimal): -10207338 or 9846628. OLE color: 9846628.

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

Color convert

RGB 100 63 150 -
CMYK 0.33 0.58 0 0.41
HSL 265.52º 0.41% 0.42% -
HSV(B) 265.52º 0.58% 0.59% -
XYZ 12.54 8.47 29.83 -
YUV 83.98 165.26 139.43 -
System Red Green Blue C M Y K H S L
Decimal 100 63 150 0.33 0.58 0 0.41 265.52 0.41 0.42
Hex 64 3F 96 21 3A 0 29 10A 29 2A
Octal 144 77 226 41 72 0 51 412 51 52
Binary 1100100 111111 10010110 100001 111010 0 101001 100001010 101001 101010

Color Harmonies of #643F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643F96

Black with #643F96

Text Example


Text Example

White with #643F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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