Html Css Color HEX #642DA2 Royal Purple

📋 copy color: '#642DA2'

red 100 ◦ green 45 ◦ blue 162

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

Shades of Royal Purple #642DA2

Tints of Royal Purple #642DA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 52.77%

R = 32.57%
G = 14.66%
B = 52.77%

CMYK

 C value IS 0.38

 M value IS 0.72

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#642DA2 (or 0x642DA2) is known color: Royal Purple. HEX triplet: 64, 2D and A2. RGB value is (100,45,162). Sum of RGB (Red+Green+Blue) = 100+45+162=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 162 (63.67% from 255 or 52.77% from 307); Max value from RGB is 162 - color contains mainly: blue. Hex color #642DA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642DA2 is #9BD25D. Grayscale: #4A4A4A. Windows color (decimal): -10211934 or 10628452. OLE color: 10628452.

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

Color convert

RGB 100 45 162 -
CMYK 0.38 0.72 0 0.36
HSL 268.21º 0.57% 0.41% -
HSV(B) 268.21º 0.72% 0.64% -
XYZ 12.72 7.19 34.9 -
YUV 74.78 177.22 145.99 -
System Red Green Blue C M Y K H S L
Decimal 100 45 162 0.38 0.72 0 0.36 268.21 0.57 0.41
Hex 64 2D A2 26 48 0 24 10C 39 29
Octal 144 55 242 46 110 0 44 414 71 51
Binary 1100100 101101 10100010 100110 1001000 0 100100 100001100 111001 101001

Color Harmonies of #642DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642DA2

Black with #642DA2

Text Example


Text Example

White with #642DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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