Html Css Color HEX #642C9D Royal Purple

📋 copy color: '#642C9D'

red 100 ◦ green 44 ◦ blue 157

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

Shades of Royal Purple #642C9D

Tints of Royal Purple #642C9D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.62%

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

R = 33.22%
G = 14.62%
B = 52.16%

CMYK

 C value IS 0.36

 M value IS 0.72

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#642C9D (or 0x642C9D) is known color: Royal Purple. HEX triplet: 64, 2C and 9D. RGB value is (100,44,157). Sum of RGB (Red+Green+Blue) = 100+44+157=301 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.22% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 157 (61.72% from 255 or 52.16% from 301); Max value from RGB is 157 - color contains mainly: blue. Hex color #642C9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642C9D is #9BD362. Grayscale: #494949. Windows color (decimal): -10212195 or 10300516. OLE color: 10300516.

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

Color convert

RGB 100 44 157 -
CMYK 0.36 0.72 0 0.38
HSL 269.73º 0.56% 0.39% -
HSV(B) 269.73º 0.72% 0.62% -
XYZ 12.24 6.95 32.59 -
YUV 73.63 175.05 146.81 -
System Red Green Blue C M Y K H S L
Decimal 100 44 157 0.36 0.72 0 0.38 269.73 0.56 0.39
Hex 64 2C 9D 24 48 0 26 10E 38 27
Octal 144 54 235 44 110 0 46 416 70 47
Binary 1100100 101100 10011101 100100 1001000 0 100110 100001110 111000 100111

Color Harmonies of #642C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642C9D

Black with #642C9D

Text Example


Text Example

White with #642C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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