Html Css Color HEX #643196 Royal Purple

📋 copy color: '#643196'

red 100 ◦ green 49 ◦ blue 150

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

Shades of Royal Purple #643196

Tints of Royal Purple #643196

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.39%

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

R = 33.44%
G = 16.39%
B = 50.17%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#643196 (or 0x643196) is known color: Royal Purple. HEX triplet: 64, 31 and 96. RGB value is (100,49,150). Sum of RGB (Red+Green+Blue) = 100+49+150=299 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.44% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 150 (58.98% from 255 or 50.17% from 299); Max value from RGB is 150 - color contains mainly: blue. Hex color #643196 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643196 is #9BCE69. Grayscale: #4B4B4B. Windows color (decimal): -10210922 or 9843044. OLE color: 9843044.

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

Color convert

RGB 100 49 150 -
CMYK 0.33 0.67 0 0.41
HSL 270.3º 0.51% 0.39% -
HSV(B) 270.3º 0.67% 0.59% -
XYZ 11.86 7.11 29.6 -
YUV 75.76 169.9 145.29 -
System Red Green Blue C M Y K H S L
Decimal 100 49 150 0.33 0.67 0 0.41 270.3 0.51 0.39
Hex 64 31 96 21 43 0 29 10E 33 27
Octal 144 61 226 41 103 0 51 416 63 47
Binary 1100100 110001 10010110 100001 1000011 0 101001 100001110 110011 100111

Color Harmonies of #643196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643196

Black with #643196

Text Example


Text Example

White with #643196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643196; }

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

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

background-color css

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

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

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

border-color css

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

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

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