Html Css Color HEX #642D9E Royal Purple

📋 copy color: '#642D9E'

red 100 ◦ green 45 ◦ blue 158

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

Shades of Royal Purple #642D9E

Tints of Royal Purple #642D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 52.15%

R = 33%
G = 14.85%
B = 52.15%

CMYK

 C value IS 0.37

 M value IS 0.72

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#642D9E (or 0x642D9E) is known color: Royal Purple. HEX triplet: 64, 2D and 9E. RGB value is (100,45,158). Sum of RGB (Red+Green+Blue) = 100+45+158=303 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.00% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 158 (62.11% from 255 or 52.15% from 303); Max value from RGB is 158 - color contains mainly: blue. Hex color #642D9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642D9E is #9BD261. Grayscale: #494949. Windows color (decimal): -10211938 or 10366308. OLE color: 10366308.

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

Color convert

RGB 100 45 158 -
CMYK 0.37 0.72 0 0.38
HSL 269.2º 0.56% 0.4% -
HSV(B) 269.2º 0.72% 0.62% -
XYZ 12.37 7.05 33.06 -
YUV 74.33 175.22 146.31 -
System Red Green Blue C M Y K H S L
Decimal 100 45 158 0.37 0.72 0 0.38 269.2 0.56 0.4
Hex 64 2D 9E 25 48 0 26 10D 38 28
Octal 144 55 236 45 110 0 46 415 70 50
Binary 1100100 101101 10011110 100101 1001000 0 100110 100001101 111000 101000

Color Harmonies of #642D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642D9E

Black with #642D9E

Text Example


Text Example

White with #642D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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