Html Css Color HEX #643F97 Royal Purple

📋 copy color: '#643F97'

red 100 ◦ green 63 ◦ blue 151

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

Shades of Royal Purple #643F97

Tints of Royal Purple #643F97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 48.09%

R = 31.85%
G = 20.06%
B = 48.09%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#643F97 (or 0x643F97) is known color: Royal Purple. HEX triplet: 64, 3F and 97. RGB value is (100,63,151). Sum of RGB (Red+Green+Blue) = 100+63+151=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 151 (59.38% from 255 or 48.09% from 314); Max value from RGB is 151 - color contains mainly: blue. Hex color #643F97 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643F97 is #9BC068. Grayscale: #535353. Windows color (decimal): -10207337 or 9912164. OLE color: 9912164.

HSL color Cylindrical-coordinate representation of color #643F97: hue angle of 265.23º 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 #643F97 is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 100 63 151 -
CMYK 0.34 0.58 0 0.41
HSL 265.23º 0.41% 0.42% -
HSV(B) 265.23º 0.58% 0.59% -
XYZ 12.62 8.5 30.25 -
YUV 84.1 165.76 139.34 -
System Red Green Blue C M Y K H S L
Decimal 100 63 151 0.34 0.58 0 0.41 265.23 0.41 0.42
Hex 64 3F 97 22 3A 0 29 109 29 2A
Octal 144 77 227 42 72 0 51 411 51 52
Binary 1100100 111111 10010111 100010 111010 0 101001 100001001 101001 101010

Color Harmonies of #643F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643F97

Black with #643F97

Text Example


Text Example

White with #643F97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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