Html Css Color HEX #642999 Royal Purple

📋 copy color: '#642999'

red 100 ◦ green 41 ◦ blue 153

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

Shades of Royal Purple #642999

Tints of Royal Purple #642999

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.95%

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

R = 34.01%
G = 13.95%
B = 52.04%

CMYK

 C value IS 0.35

 M value IS 0.73

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#642999 (or 0x642999) is known color: Royal Purple. HEX triplet: 64, 29 and 99. RGB value is (100,41,153). Sum of RGB (Red+Green+Blue) = 100+41+153=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #642999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642999 is #9BD666. Grayscale: #474747. Windows color (decimal): -10212967 or 10037604. OLE color: 10037604.

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

Color convert

RGB 100 41 153 -
CMYK 0.35 0.73 0 0.4
HSL 271.61º 0.58% 0.38% -
HSV(B) 271.61º 0.73% 0.6% -
XYZ 11.8 6.6 30.79 -
YUV 71.41 174.05 148.39 -
System Red Green Blue C M Y K H S L
Decimal 100 41 153 0.35 0.73 0 0.4 271.61 0.58 0.38
Hex 64 29 99 23 49 0 28 110 3A 26
Octal 144 51 231 43 111 0 50 420 72 46
Binary 1100100 101001 10011001 100011 1001001 0 101000 100010000 111010 100110

Color Harmonies of #642999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642999

Black with #642999

Text Example


Text Example

White with #642999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642999; }

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

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

background-color css

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

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

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

border-color css

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

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

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