Html Css Color HEX #642A9D Royal Purple

📋 copy color: '#642A9D'

red 100 ◦ green 42 ◦ blue 157

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

Shades of Royal Purple #642A9D

Tints of Royal Purple #642A9D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.05%

 BLUE value IS 157 (61.72% from 255) = 52.51%

R = 33.44%
G = 14.05%
B = 52.51%

CMYK

 C value IS 0.36

 M value IS 0.73

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#642A9D (or 0x642A9D) is known color: Royal Purple. HEX triplet: 64, 2A and 9D. RGB value is (100,42,157). Sum of RGB (Red+Green+Blue) = 100+42+157=299 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.44% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 157 (61.72% from 255 or 52.51% from 299); Max value from RGB is 157 - color contains mainly: blue. Hex color #642A9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642A9D is #9BD562. Grayscale: #484848. Windows color (decimal): -10212707 or 10300004. OLE color: 10300004.

HSL color Cylindrical-coordinate representation of color #642A9D: hue angle of 270.26º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #642A9D is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 42 157 -
CMYK 0.36 0.73 0 0.38
HSL 270.26º 0.58% 0.39% -
HSV(B) 270.26º 0.73% 0.62% -
XYZ 12.17 6.8 32.57 -
YUV 72.45 175.72 147.65 -
System Red Green Blue C M Y K H S L
Decimal 100 42 157 0.36 0.73 0 0.38 270.26 0.58 0.39
Hex 64 2A 9D 24 49 0 26 10E 3A 27
Octal 144 52 235 44 111 0 46 416 72 47
Binary 1100100 101010 10011101 100100 1001001 0 100110 100001110 111010 100111

Color Harmonies of #642A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642A9D

Black with #642A9D

Text Example


Text Example

White with #642A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,42,157); }

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

background-color css

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

 a { background-color: rgb(100,42,157); }

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

border-color css

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

 span { border-color: rgb(100,42,157); }

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