Html Css Color HEX #642E94 Royal Purple

📋 copy color: '#642E94'

red 100 ◦ green 46 ◦ blue 148

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

Shades of Royal Purple #642E94

Tints of Royal Purple #642E94

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.65%

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

R = 34.01%
G = 15.65%
B = 50.34%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#642E94 (or 0x642E94) is known color: Royal Purple. HEX triplet: 64, 2E and 94. RGB value is (100,46,148). Sum of RGB (Red+Green+Blue) = 100+46+148=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 46 (18.36% from 255 or 15.65% from 294); Blue value is 148 (58.20% from 255 or 50.34% from 294); Max value from RGB is 148 - color contains mainly: blue. Hex color #642E94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642E94 is #9BD16B. Grayscale: #494949. Windows color (decimal): -10211692 or 9711204. OLE color: 9711204.

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

Color convert

RGB 100 46 148 -
CMYK 0.32 0.69 0 0.42
HSL 271.76º 0.53% 0.38% -
HSV(B) 271.76º 0.69% 0.58% -
XYZ 11.58 6.8 28.72 -
YUV 73.77 169.89 146.71 -
System Red Green Blue C M Y K H S L
Decimal 100 46 148 0.32 0.69 0 0.42 271.76 0.53 0.38
Hex 64 2E 94 20 45 0 2A 110 35 26
Octal 144 56 224 40 105 0 52 420 65 46
Binary 1100100 101110 10010100 100000 1000101 0 101010 100010000 110101 100110

Color Harmonies of #642E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642E94

Black with #642E94

Text Example


Text Example

White with #642E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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