Html Css Color HEX #642BAA Royal Purple

📋 copy color: '#642BAA'

red 100 ◦ green 43 ◦ blue 170

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

Shades of Royal Purple #642BAA

Tints of Royal Purple #642BAA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.74%

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

R = 31.95%
G = 13.74%
B = 54.31%

CMYK

 C value IS 0.41

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#642BAA (or 0x642BAA) is known color: Royal Purple. HEX triplet: 64, 2B and AA. RGB value is (100,43,170). Sum of RGB (Red+Green+Blue) = 100+43+170=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 43 (17.19% from 255 or 13.74% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #642BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642BAA is #9BD455. Grayscale: #4A4A4A. Windows color (decimal): -10212438 or 11152228. OLE color: 11152228.

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

Color convert

RGB 100 43 170 -
CMYK 0.41 0.75 0 0.33
HSL 266.93º 0.6% 0.42% -
HSV(B) 266.93º 0.75% 0.67% -
XYZ 13.38 7.34 38.74 -
YUV 74.52 181.88 146.17 -
System Red Green Blue C M Y K H S L
Decimal 100 43 170 0.41 0.75 0 0.33 266.93 0.6 0.42
Hex 64 2B AA 29 4B 0 21 10B 3C 2A
Octal 144 53 252 51 113 0 41 413 74 52
Binary 1100100 101011 10101010 101001 1001011 0 100001 100001011 111100 101010

Color Harmonies of #642BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642BAA

Black with #642BAA

Text Example


Text Example

White with #642BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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