Html Css Color HEX #643295 Royal Purple

📋 copy color: '#643295'

red 100 ◦ green 50 ◦ blue 149

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

Shades of Royal Purple #643295

Tints of Royal Purple #643295

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.72%

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

R = 33.44%
G = 16.72%
B = 49.83%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#643295 (or 0x643295) is known color: Royal Purple. HEX triplet: 64, 32 and 95. RGB value is (100,50,149). Sum of RGB (Red+Green+Blue) = 100+50+149=299 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.44% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: blue. Hex color #643295 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643295 is #9BCD6A. Grayscale: #4B4B4B. Windows color (decimal): -10210667 or 9777764. OLE color: 9777764.

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

Color convert

RGB 100 50 149 -
CMYK 0.33 0.66 0 0.42
HSL 270.3º 0.5% 0.39% -
HSV(B) 270.3º 0.66% 0.58% -
XYZ 11.82 7.16 29.19 -
YUV 76.24 169.07 144.95 -
System Red Green Blue C M Y K H S L
Decimal 100 50 149 0.33 0.66 0 0.42 270.3 0.5 0.39
Hex 64 32 95 21 42 0 2A 10E 32 27
Octal 144 62 225 41 102 0 52 416 62 47
Binary 1100100 110010 10010101 100001 1000010 0 101010 100001110 110010 100111

Color Harmonies of #643295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643295

Black with #643295

Text Example


Text Example

White with #643295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643295; }

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

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

background-color css

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

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

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

border-color css

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

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

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