Html Css Color HEX #642995 Royal Purple

📋 copy color: '#642995'

red 100 ◦ green 41 ◦ blue 149

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

Shades of Royal Purple #642995

Tints of Royal Purple #642995

RGB

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

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

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

R = 34.48%
G = 14.14%
B = 51.38%

CMYK

 C value IS 0.33

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#642995 (or 0x642995) is known color: Royal Purple. HEX triplet: 64, 29 and 95. RGB value is (100,41,149). Sum of RGB (Red+Green+Blue) = 100+41+149=290 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.48% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 149 (58.59% from 255 or 51.38% from 290); Max value from RGB is 149 - color contains mainly: blue. Hex color #642995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642995 is #9BD66A. Grayscale: #464646. Windows color (decimal): -10212971 or 9775460. OLE color: 9775460.

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

Color convert

RGB 100 41 149 -
CMYK 0.33 0.72 0 0.42
HSL 272.78º 0.57% 0.37% -
HSV(B) 272.78º 0.72% 0.58% -
XYZ 11.47 6.47 29.08 -
YUV 70.95 172.05 148.72 -
System Red Green Blue C M Y K H S L
Decimal 100 41 149 0.33 0.72 0 0.42 272.78 0.57 0.37
Hex 64 29 95 21 48 0 2A 111 39 25
Octal 144 51 225 41 110 0 52 421 71 45
Binary 1100100 101001 10010101 100001 1001000 0 101010 100010001 111001 100101

Color Harmonies of #642995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642995

Black with #642995

Text Example


Text Example

White with #642995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642995; }

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

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

background-color css

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

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

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

border-color css

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

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

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