Html Css Color HEX #643094 Royal Purple

📋 copy color: '#643094'

red 100 ◦ green 48 ◦ blue 148

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

Shades of Royal Purple #643094

Tints of Royal Purple #643094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 50%

R = 33.78%
G = 16.22%
B = 50%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#643094 (or 0x643094) is known color: Royal Purple. HEX triplet: 64, 30 and 94. RGB value is (100,48,148). Sum of RGB (Red+Green+Blue) = 100+48+148=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 148 (58.20% from 255 or 50% from 296); Max value from RGB is 148 - color contains mainly: blue. Hex color #643094 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643094 is #9BCF6B. Grayscale: #4A4A4A. Windows color (decimal): -10211180 or 9711716. OLE color: 9711716.

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

Color convert

RGB 100 48 148 -
CMYK 0.32 0.68 0 0.42
HSL 271.2º 0.51% 0.38% -
HSV(B) 271.2º 0.68% 0.58% -
XYZ 11.66 6.96 28.75 -
YUV 74.95 169.23 145.87 -
System Red Green Blue C M Y K H S L
Decimal 100 48 148 0.32 0.68 0 0.42 271.2 0.51 0.38
Hex 64 30 94 20 44 0 2A 10F 33 26
Octal 144 60 224 40 104 0 52 417 63 46
Binary 1100100 110000 10010100 100000 1000100 0 101010 100001111 110011 100110

Color Harmonies of #643094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643094

Black with #643094

Text Example


Text Example

White with #643094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643094; }

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

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

background-color css

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

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

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

border-color css

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

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

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