Html Css Color HEX #642F95 Royal Purple

📋 copy color: '#642F95'

red 100 ◦ green 47 ◦ blue 149

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

Shades of Royal Purple #642F95

Tints of Royal Purple #642F95

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.88%

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

R = 33.78%
G = 15.88%
B = 50.34%

CMYK

 C value IS 0.33

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#642F95 (or 0x642F95) is known color: Royal Purple. HEX triplet: 64, 2F and 95. RGB value is (100,47,149). Sum of RGB (Red+Green+Blue) = 100+47+149=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 47 (18.75% from 255 or 15.88% from 296); Blue value is 149 (58.59% from 255 or 50.34% from 296); Max value from RGB is 149 - color contains mainly: blue. Hex color #642F95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642F95 is #9BD06A. Grayscale: #4A4A4A. Windows color (decimal): -10211435 or 9776996. OLE color: 9776996.

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

Color convert

RGB 100 47 149 -
CMYK 0.33 0.68 0 0.42
HSL 271.18º 0.52% 0.38% -
HSV(B) 271.18º 0.68% 0.58% -
XYZ 11.7 6.91 29.15 -
YUV 74.48 170.06 146.21 -
System Red Green Blue C M Y K H S L
Decimal 100 47 149 0.33 0.68 0 0.42 271.18 0.52 0.38
Hex 64 2F 95 21 44 0 2A 10F 34 26
Octal 144 57 225 41 104 0 52 417 64 46
Binary 1100100 101111 10010101 100001 1000100 0 101010 100001111 110100 100110

Color Harmonies of #642F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642F95

Black with #642F95

Text Example


Text Example

White with #642F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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