Html Css Color HEX #642D93 Royal Purple

📋 copy color: '#642D93'

red 100 ◦ green 45 ◦ blue 147

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

Shades of Royal Purple #642D93

Tints of Royal Purple #642D93

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.41%

 BLUE value IS 147 (57.81% from 255) = 50.34%

R = 34.25%
G = 15.41%
B = 50.34%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#642D93 (or 0x642D93) is known color: Royal Purple. HEX triplet: 64, 2D and 93. RGB value is (100,45,147). Sum of RGB (Red+Green+Blue) = 100+45+147=292 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.25% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 147 (57.81% from 255 or 50.34% from 292); Max value from RGB is 147 - color contains mainly: blue. Hex color #642D93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642D93 is #9BD26C. Grayscale: #484848. Windows color (decimal): -10211949 or 9645412. OLE color: 9645412.

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

Color convert

RGB 100 45 147 -
CMYK 0.32 0.69 0 0.42
HSL 272.35º 0.53% 0.38% -
HSV(B) 272.35º 0.69% 0.58% -
XYZ 11.46 6.69 28.29 -
YUV 73.07 169.72 147.21 -
System Red Green Blue C M Y K H S L
Decimal 100 45 147 0.32 0.69 0 0.42 272.35 0.53 0.38
Hex 64 2D 93 20 45 0 2A 110 35 26
Octal 144 55 223 40 105 0 52 420 65 46
Binary 1100100 101101 10010011 100000 1000101 0 101010 100010000 110101 100110

Color Harmonies of #642D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642D93

Black with #642D93

Text Example


Text Example

White with #642D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,45,147); }

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

background-color css

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

 a { background-color: rgb(100,45,147); }

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

border-color css

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

 span { border-color: rgb(100,45,147); }

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