Html Css Color HEX #643495 Royal Purple

📋 copy color: '#643495'

red 100 ◦ green 52 ◦ blue 149

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

Shades of Royal Purple #643495

Tints of Royal Purple #643495

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.28%

 BLUE value IS 149 (58.59% from 255) = 49.5%

R = 33.22%
G = 17.28%
B = 49.5%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#643495 (or 0x643495) is known color: Royal Purple. HEX triplet: 64, 34 and 95. RGB value is (100,52,149). Sum of RGB (Red+Green+Blue) = 100+52+149=301 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.22% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #643495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643495 is #9BCB6A. Grayscale: #4D4D4D. Windows color (decimal): -10210155 or 9778276. OLE color: 9778276.

HSL color Cylindrical-coordinate representation of color #643495: hue angle of 269.69º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #643495 is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 52 149 -
CMYK 0.33 0.65 0 0.42
HSL 269.69º 0.48% 0.39% -
HSV(B) 269.69º 0.65% 0.58% -
XYZ 11.91 7.34 29.22 -
YUV 77.41 168.4 144.11 -
System Red Green Blue C M Y K H S L
Decimal 100 52 149 0.33 0.65 0 0.42 269.69 0.48 0.39
Hex 64 34 95 21 41 0 2A 10E 30 27
Octal 144 64 225 41 101 0 52 416 60 47
Binary 1100100 110100 10010101 100001 1000001 0 101010 100001110 110000 100111

Color Harmonies of #643495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643495

Black with #643495

Text Example


Text Example

White with #643495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643495; }

 p { color: rgb(100,52,149); }

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

background-color css

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

 a { background-color: rgb(100,52,149); }

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

border-color css

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

 span { border-color: rgb(100,52,149); }

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