Html Css Color HEX #642CAA Royal Purple

📋 copy color: '#642CAA'

red 100 ◦ green 44 ◦ blue 170

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

Shades of Royal Purple #642CAA

Tints of Royal Purple #642CAA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.01%

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

R = 31.85%
G = 14.01%
B = 54.14%

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

#642CAA (or 0x642CAA) is known color: Royal Purple. HEX triplet: 64, 2C and AA. RGB value is (100,44,170). Sum of RGB (Red+Green+Blue) = 100+44+170=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 44 (17.58% from 255 or 14.01% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #642CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642CAA is #9BD355. Grayscale: #4A4A4A. Windows color (decimal): -10212182 or 11152484. OLE color: 11152484.

HSL color Cylindrical-coordinate representation of color #642CAA: hue angle of 266.67º degrees, saturation: 0.59, 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 #642CAA is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 44 170 -
CMYK 0.41 0.74 0 0.33
HSL 266.67º 0.59% 0.42% -
HSV(B) 266.67º 0.74% 0.67% -
XYZ 13.41 7.41 38.75 -
YUV 75.11 181.55 145.75 -
System Red Green Blue C M Y K H S L
Decimal 100 44 170 0.41 0.74 0 0.33 266.67 0.59 0.42
Hex 64 2C AA 29 4A 0 21 10B 3B 2A
Octal 144 54 252 51 112 0 41 413 73 52
Binary 1100100 101100 10101010 101001 1001010 0 100001 100001011 111011 101010

Color Harmonies of #642CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642CAA

Black with #642CAA

Text Example


Text Example

White with #642CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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