Html Css Color HEX #643E9B Royal Purple

📋 copy color: '#643E9B'

red 100 ◦ green 62 ◦ blue 155

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

Shades of Royal Purple #643E9B

Tints of Royal Purple #643E9B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.56%

 BLUE value IS 155 (60.94% from 255) = 48.9%

R = 31.55%
G = 19.56%
B = 48.9%

CMYK

 C value IS 0.35

 M value IS 0.6

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#643E9B (or 0x643E9B) is known color: Royal Purple. HEX triplet: 64, 3E and 9B. RGB value is (100,62,155). Sum of RGB (Red+Green+Blue) = 100+62+155=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 62 (24.61% from 255 or 19.56% from 317); Blue value is 155 (60.94% from 255 or 48.90% from 317); Max value from RGB is 155 - color contains mainly: blue. Hex color #643E9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643E9B is #9BC164. Grayscale: #535353. Windows color (decimal): -10207589 or 10174052. OLE color: 10174052.

HSL color Cylindrical-coordinate representation of color #643E9B: hue angle of 264.52º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #643E9B is Cyan = 0.35, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 100 62 155 -
CMYK 0.35 0.6 0 0.39
HSL 264.52º 0.43% 0.43% -
HSV(B) 264.52º 0.6% 0.61% -
XYZ 12.89 8.52 31.98 -
YUV 83.96 168.09 139.44 -
System Red Green Blue C M Y K H S L
Decimal 100 62 155 0.35 0.6 0 0.39 264.52 0.43 0.43
Hex 64 3E 9B 23 3C 0 27 109 2B 2B
Octal 144 76 233 43 74 0 47 411 53 53
Binary 1100100 111110 10011011 100011 111100 0 100111 100001001 101011 101011

Color Harmonies of #643E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643E9B

Black with #643E9B

Text Example


Text Example

White with #643E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,62,155); }

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

background-color css

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

 a { background-color: rgb(100,62,155); }

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

border-color css

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

 span { border-color: rgb(100,62,155); }

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