Html Css Color HEX #6340AA Royal Purple

📋 copy color: '#6340AA'

red 99 ◦ green 64 ◦ blue 170

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

Shades of Royal Purple #6340AA

Tints of Royal Purple #6340AA

RGB

 RED value IS 99 (39.06% from 255) = 29.73%

 GREEN value IS 64 (25.39% from 255) = 19.22%

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

R = 29.73%
G = 19.22%
B = 51.05%

CMYK

 C value IS 0.42

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6340AA (or 0x6340AA) is known color: Royal Purple. HEX triplet: 63, 40 and AA. RGB value is (99,64,170). Sum of RGB (Red+Green+Blue) = 99+64+170=333 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.73% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #6340AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6340AA is #9CBF55. Grayscale: #565656. Windows color (decimal): -10272598 or 11157603. OLE color: 11157603.

HSL color Cylindrical-coordinate representation of color #6340AA: hue angle of 259.81º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6340AA is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 64 170 -
CMYK 0.42 0.62 0 0.33
HSL 259.81º 0.45% 0.46% -
HSV(B) 259.81º 0.62% 0.67% -
XYZ 14.23 9.22 39.06 -
YUV 86.55 175.1 136.88 -
System Red Green Blue C M Y K H S L
Decimal 99 64 170 0.42 0.62 0 0.33 259.81 0.45 0.46
Hex 63 40 AA 2A 3E 0 21 104 2D 2E
Octal 143 100 252 52 76 0 41 404 55 56
Binary 1100011 1000000 10101010 101010 111110 0 100001 100000100 101101 101110

Color Harmonies of #6340AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6340AA

Black with #6340AA

Text Example


Text Example

White with #6340AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6340AA; }

 p { color: rgb(99,64,170); }

 H1.HeaderClassName
 {
   color: #6340AA;
 }
 .AnyTagClassName
 {
   color: #6340AA;
 }
</style>

background-color css

<style>
 a { background-color: #6340AA; }

 a { background-color: rgb(99,64,170); }

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

border-color css

<style>
 span { border-color: #6340AA; }

 span { border-color: rgb(99,64,170); }

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