Html Css Color HEX #643396 Royal Purple

📋 copy color: '#643396'

red 100 ◦ green 51 ◦ blue 150

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

Shades of Royal Purple #643396

Tints of Royal Purple #643396

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.94%

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

R = 33.22%
G = 16.94%
B = 49.83%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#643396 (or 0x643396) is known color: Royal Purple. HEX triplet: 64, 33 and 96. RGB value is (100,51,150). Sum of RGB (Red+Green+Blue) = 100+51+150=301 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.22% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 150 (58.98% from 255 or 49.83% from 301); Max value from RGB is 150 - color contains mainly: blue. Hex color #643396 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643396 is #9BCC69. Grayscale: #4C4C4C. Windows color (decimal): -10210410 or 9843556. OLE color: 9843556.

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

Color convert

RGB 100 51 150 -
CMYK 0.33 0.66 0 0.41
HSL 269.7º 0.49% 0.39% -
HSV(B) 269.7º 0.66% 0.59% -
XYZ 11.94 7.28 29.63 -
YUV 76.94 169.23 144.45 -
System Red Green Blue C M Y K H S L
Decimal 100 51 150 0.33 0.66 0 0.41 269.7 0.49 0.39
Hex 64 33 96 21 42 0 29 10E 31 27
Octal 144 63 226 41 102 0 51 416 61 47
Binary 1100100 110011 10010110 100001 1000010 0 101001 100001110 110001 100111

Color Harmonies of #643396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643396

Black with #643396

Text Example


Text Example

White with #643396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643396; }

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

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

background-color css

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

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

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

border-color css

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

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

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