Html Css Color HEX #642DA8 Royal Purple

📋 copy color: '#642DA8'

red 100 ◦ green 45 ◦ blue 168

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

Shades of Royal Purple #642DA8

Tints of Royal Purple #642DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 53.67%

R = 31.95%
G = 14.38%
B = 53.67%

CMYK

 C value IS 0.40

 M value IS 0.73

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#642DA8 (or 0x642DA8) is known color: Royal Purple. HEX triplet: 64, 2D and A8. RGB value is (100,45,168). Sum of RGB (Red+Green+Blue) = 100+45+168=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 45 (17.97% from 255 or 14.38% from 313); Blue value is 168 (66.02% from 255 or 53.67% from 313); Max value from RGB is 168 - color contains mainly: blue. Hex color #642DA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642DA8 is #9BD257. Grayscale: #4B4B4B. Windows color (decimal): -10211928 or 11021668. OLE color: 11021668.

HSL color Cylindrical-coordinate representation of color #642DA8: hue angle of 266.83º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #642DA8 is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 100 45 168 -
CMYK 0.40 0.73 0 0.34
HSL 266.83º 0.58% 0.42% -
HSV(B) 266.83º 0.73% 0.66% -
XYZ 13.26 7.41 37.78 -
YUV 75.47 180.22 145.5 -
System Red Green Blue C M Y K H S L
Decimal 100 45 168 0.40 0.73 0 0.34 266.83 0.58 0.42
Hex 64 2D A8 28 49 0 22 10B 3A 2A
Octal 144 55 250 50 111 0 42 413 72 52
Binary 1100100 101101 10101000 101000 1001001 0 100010 100001011 111010 101010

Color Harmonies of #642DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642DA8

Black with #642DA8

Text Example


Text Example

White with #642DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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