Html Css Color HEX #642CA5 Royal Purple

📋 copy color: '#642CA5'

red 100 ◦ green 44 ◦ blue 165

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

Shades of Royal Purple #642CA5

Tints of Royal Purple #642CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 53.4%

R = 32.36%
G = 14.24%
B = 53.4%

CMYK

 C value IS 0.39

 M value IS 0.73

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#642CA5 (or 0x642CA5) is known color: Royal Purple. HEX triplet: 64, 2C and A5. RGB value is (100,44,165). Sum of RGB (Red+Green+Blue) = 100+44+165=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 44 (17.58% from 255 or 14.24% from 309); Blue value is 165 (64.84% from 255 or 53.40% from 309); Max value from RGB is 165 - color contains mainly: blue. Hex color #642CA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642CA5 is #9BD35A. Grayscale: #4A4A4A. Windows color (decimal): -10212187 or 10824804. OLE color: 10824804.

HSL color Cylindrical-coordinate representation of color #642CA5: hue angle of 267.77º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #642CA5 is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 100 44 165 -
CMYK 0.39 0.73 0 0.35
HSL 267.77º 0.58% 0.41% -
HSV(B) 267.77º 0.73% 0.65% -
XYZ 12.95 7.23 36.31 -
YUV 74.54 179.05 146.16 -
System Red Green Blue C M Y K H S L
Decimal 100 44 165 0.39 0.73 0 0.35 267.77 0.58 0.41
Hex 64 2C A5 27 49 0 23 10C 3A 29
Octal 144 54 245 47 111 0 43 414 72 51
Binary 1100100 101100 10100101 100111 1001001 0 100011 100001100 111010 101001

Color Harmonies of #642CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642CA5

Black with #642CA5

Text Example


Text Example

White with #642CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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