Html Css Color HEX #642DAA Royal Purple

📋 copy color: '#642DAA'

red 100 ◦ green 45 ◦ blue 170

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

Shades of Royal Purple #642DAA

Tints of Royal Purple #642DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 53.97%

R = 31.75%
G = 14.29%
B = 53.97%

CMYK

 C value IS 0.41

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#642DAA (or 0x642DAA) is known color: Royal Purple. HEX triplet: 64, 2D and AA. RGB value is (100,45,170). Sum of RGB (Red+Green+Blue) = 100+45+170=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #642DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642DAA is #9BD255. Grayscale: #4B4B4B. Windows color (decimal): -10211926 or 11152740. OLE color: 11152740.

HSL color Cylindrical-coordinate representation of color #642DAA: hue angle of 266.4º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #642DAA is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 45 170 -
CMYK 0.41 0.74 0 0.33
HSL 266.4º 0.58% 0.42% -
HSV(B) 266.4º 0.74% 0.67% -
XYZ 13.45 7.49 38.77 -
YUV 75.7 181.22 145.34 -
System Red Green Blue C M Y K H S L
Decimal 100 45 170 0.41 0.74 0 0.33 266.4 0.58 0.42
Hex 64 2D AA 29 4A 0 21 10A 3A 2A
Octal 144 55 252 51 112 0 41 412 72 52
Binary 1100100 101101 10101010 101001 1001010 0 100001 100001010 111010 101010

Color Harmonies of #642DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642DAA

Black with #642DAA

Text Example


Text Example

White with #642DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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