Html Css Color HEX #642895 Royal Purple

📋 copy color: '#642895'

red 100 ◦ green 40 ◦ blue 149

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

Shades of Royal Purple #642895

Tints of Royal Purple #642895

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.84%

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

R = 34.6%
G = 13.84%
B = 51.56%

CMYK

 C value IS 0.33

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#642895 (or 0x642895) is known color: Royal Purple. HEX triplet: 64, 28 and 95. RGB value is (100,40,149). Sum of RGB (Red+Green+Blue) = 100+40+149=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #642895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642895 is #9BD76A. Grayscale: #454545. Windows color (decimal): -10213227 or 9775204. OLE color: 9775204.

HSL color Cylindrical-coordinate representation of color #642895: hue angle of 273.03º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #642895 is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 40 149 -
CMYK 0.33 0.73 0 0.42
HSL 273.03º 0.58% 0.37% -
HSV(B) 273.03º 0.73% 0.58% -
XYZ 11.44 6.4 29.07 -
YUV 70.37 172.38 149.14 -
System Red Green Blue C M Y K H S L
Decimal 100 40 149 0.33 0.73 0 0.42 273.03 0.58 0.37
Hex 64 28 95 21 49 0 2A 111 3A 25
Octal 144 50 225 41 111 0 52 421 72 45
Binary 1100100 101000 10010101 100001 1001001 0 101010 100010001 111010 100101

Color Harmonies of #642895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642895

Black with #642895

Text Example


Text Example

White with #642895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642895; }

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

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

background-color css

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

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

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

border-color css

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

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

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