Html Css Color HEX #642B9E Royal Purple

📋 copy color: '#642B9E'

red 100 ◦ green 43 ◦ blue 158

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

Shades of Royal Purple #642B9E

Tints of Royal Purple #642B9E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.29%

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

R = 33.22%
G = 14.29%
B = 52.49%

CMYK

 C value IS 0.37

 M value IS 0.73

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#642B9E (or 0x642B9E) is known color: Royal Purple. HEX triplet: 64, 2B and 9E. RGB value is (100,43,158). Sum of RGB (Red+Green+Blue) = 100+43+158=301 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.22% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 158 (62.11% from 255 or 52.49% from 301); Max value from RGB is 158 - color contains mainly: blue. Hex color #642B9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642B9E is #9BD461. Grayscale: #484848. Windows color (decimal): -10212450 or 10365796. OLE color: 10365796.

HSL color Cylindrical-coordinate representation of color #642B9E: hue angle of 269.74º degrees, saturation: 0.57, 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 #642B9E is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 43 158 -
CMYK 0.37 0.73 0 0.38
HSL 269.74º 0.57% 0.39% -
HSV(B) 269.74º 0.73% 0.62% -
XYZ 12.29 6.91 33.03 -
YUV 73.15 175.88 147.15 -
System Red Green Blue C M Y K H S L
Decimal 100 43 158 0.37 0.73 0 0.38 269.74 0.57 0.39
Hex 64 2B 9E 25 49 0 26 10E 39 27
Octal 144 53 236 45 111 0 46 416 71 47
Binary 1100100 101011 10011110 100101 1001001 0 100110 100001110 111001 100111

Color Harmonies of #642B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642B9E

Black with #642B9E

Text Example


Text Example

White with #642B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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