Html Css Color HEX #642199 Royal Purple

📋 copy color: '#642199'

red 100 ◦ green 33 ◦ blue 153

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

Shades of Royal Purple #642199

Tints of Royal Purple #642199

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.54%

 BLUE value IS 153 (60.16% from 255) = 53.5%

R = 34.97%
G = 11.54%
B = 53.5%

CMYK

 C value IS 0.35

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#642199 (or 0x642199) is known color: Royal Purple. HEX triplet: 64, 21 and 99. RGB value is (100,33,153). Sum of RGB (Red+Green+Blue) = 100+33+153=286 (37% of max value = 765). Red value is 100 (39.45% from 255 or 34.97% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 153 (60.16% from 255 or 53.50% from 286); Max value from RGB is 153 - color contains mainly: blue. Hex color #642199 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642199 is #9BDE66. Grayscale: #424242. Windows color (decimal): -10215015 or 10035556. OLE color: 10035556.

HSL color Cylindrical-coordinate representation of color #642199: hue angle of 273.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #642199 is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 100 33 153 -
CMYK 0.35 0.78 0 0.4
HSL 273.5º 0.65% 0.36% -
HSV(B) 273.5º 0.78% 0.6% -
XYZ 11.55 6.1 30.71 -
YUV 66.71 176.7 151.74 -
System Red Green Blue C M Y K H S L
Decimal 100 33 153 0.35 0.78 0 0.4 273.5 0.65 0.36
Hex 64 21 99 23 4E 0 28 112 41 24
Octal 144 41 231 43 116 0 50 422 101 44
Binary 1100100 100001 10011001 100011 1001110 0 101000 100010010 1000001 100100

Color Harmonies of #642199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642199

Black with #642199

Text Example


Text Example

White with #642199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642199; }

 p { color: rgb(100,33,153); }

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

background-color css

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

 a { background-color: rgb(100,33,153); }

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

border-color css

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

 span { border-color: rgb(100,33,153); }

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