Html Css Color HEX #643B9B Royal Purple

📋 copy color: '#643B9B'

red 100 ◦ green 59 ◦ blue 155

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

Shades of Royal Purple #643B9B

Tints of Royal Purple #643B9B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.79%

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

R = 31.85%
G = 18.79%
B = 49.36%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#643B9B (or 0x643B9B) is known color: Royal Purple. HEX triplet: 64, 3B and 9B. RGB value is (100,59,155). Sum of RGB (Red+Green+Blue) = 100+59+155=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #643B9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643B9B is #9BC464. Grayscale: #515151. Windows color (decimal): -10208357 or 10173284. OLE color: 10173284.

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

Color convert

RGB 100 59 155 -
CMYK 0.35 0.62 0 0.39
HSL 265.63º 0.45% 0.42% -
HSV(B) 265.63º 0.62% 0.61% -
XYZ 12.74 8.2 31.92 -
YUV 82.2 169.08 140.69 -
System Red Green Blue C M Y K H S L
Decimal 100 59 155 0.35 0.62 0 0.39 265.63 0.45 0.42
Hex 64 3B 9B 23 3E 0 27 10A 2D 2A
Octal 144 73 233 43 76 0 47 412 55 52
Binary 1100100 111011 10011011 100011 111110 0 100111 100001010 101101 101010

Color Harmonies of #643B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643B9B

Black with #643B9B

Text Example


Text Example

White with #643B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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