Html Css Color HEX #643093 Royal Purple

📋 copy color: '#643093'

red 100 ◦ green 48 ◦ blue 147

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

Shades of Royal Purple #643093

Tints of Royal Purple #643093

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.27%

 BLUE value IS 147 (57.81% from 255) = 49.83%

R = 33.9%
G = 16.27%
B = 49.83%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#643093 (or 0x643093) is known color: Royal Purple. HEX triplet: 64, 30 and 93. RGB value is (100,48,147). Sum of RGB (Red+Green+Blue) = 100+48+147=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 147 (57.81% from 255 or 49.83% from 295); Max value from RGB is 147 - color contains mainly: blue. Hex color #643093 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643093 is #9BCF6C. Grayscale: #4A4A4A. Windows color (decimal): -10211181 or 9646180. OLE color: 9646180.

HSL color Cylindrical-coordinate representation of color #643093: hue angle of 271.52º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #643093 is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 48 147 -
CMYK 0.32 0.67 0 0.42
HSL 271.52º 0.51% 0.38% -
HSV(B) 271.52º 0.67% 0.58% -
XYZ 11.58 6.93 28.33 -
YUV 74.83 168.73 145.95 -
System Red Green Blue C M Y K H S L
Decimal 100 48 147 0.32 0.67 0 0.42 271.52 0.51 0.38
Hex 64 30 93 20 43 0 2A 110 33 26
Octal 144 60 223 40 103 0 52 420 63 46
Binary 1100100 110000 10010011 100000 1000011 0 101010 100010000 110011 100110

Color Harmonies of #643093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643093

Black with #643093

Text Example


Text Example

White with #643093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643093; }

 p { color: rgb(100,48,147); }

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

background-color css

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

 a { background-color: rgb(100,48,147); }

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

border-color css

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

 span { border-color: rgb(100,48,147); }

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