Html Css Color HEX #642D95 Royal Purple

📋 copy color: '#642D95'

red 100 ◦ green 45 ◦ blue 149

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

Shades of Royal Purple #642D95

Tints of Royal Purple #642D95

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.31%

 BLUE value IS 149 (58.59% from 255) = 50.68%

R = 34.01%
G = 15.31%
B = 50.68%

CMYK

 C value IS 0.33

 M value IS 0.70

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#642D95 (or 0x642D95) is known color: Royal Purple. HEX triplet: 64, 2D and 95. RGB value is (100,45,149). Sum of RGB (Red+Green+Blue) = 100+45+149=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 149 (58.59% from 255 or 50.68% from 294); Max value from RGB is 149 - color contains mainly: blue. Hex color #642D95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642D95 is #9BD26A. Grayscale: #484848. Windows color (decimal): -10211947 or 9776484. OLE color: 9776484.

HSL color Cylindrical-coordinate representation of color #642D95: hue angle of 271.73º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #642D95 is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 45 149 -
CMYK 0.33 0.70 0 0.42
HSL 271.73º 0.54% 0.38% -
HSV(B) 271.73º 0.7% 0.58% -
XYZ 11.62 6.76 29.13 -
YUV 73.3 170.72 147.04 -
System Red Green Blue C M Y K H S L
Decimal 100 45 149 0.33 0.70 0 0.42 271.73 0.54 0.38
Hex 64 2D 95 21 46 0 2A 110 36 26
Octal 144 55 225 41 106 0 52 420 66 46
Binary 1100100 101101 10010101 100001 1000110 0 101010 100010000 110110 100110

Color Harmonies of #642D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642D95

Black with #642D95

Text Example


Text Example

White with #642D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,45,149); }

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

background-color css

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

 a { background-color: rgb(100,45,149); }

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

border-color css

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

 span { border-color: rgb(100,45,149); }

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