Html Css Color HEX #6729AA Royal Purple

📋 copy color: '#6729AA'

red 103 ◦ green 41 ◦ blue 170

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

Shades of Royal Purple #6729AA

Tints of Royal Purple #6729AA

RGB

 RED value IS 103 (40.63% from 255) = 32.8%

 GREEN value IS 41 (16.41% from 255) = 13.06%

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

R = 32.8%
G = 13.06%
B = 54.14%

CMYK

 C value IS 0.39

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6729AA (or 0x6729AA) is known color: Royal Purple. HEX triplet: 67, 29 and AA. RGB value is (103,41,170). Sum of RGB (Red+Green+Blue) = 103+41+170=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 41 (16.41% from 255 or 13.06% 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 #6729AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6729AA is #98D655. Grayscale: #494949. Windows color (decimal): -10016342 or 11151719. OLE color: 11151719.

HSL color Cylindrical-coordinate representation of color #6729AA: hue angle of 268.84º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6729AA is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 41 170 -
CMYK 0.39 0.76 0 0.33
HSL 268.84º 0.61% 0.41% -
HSV(B) 268.84º 0.76% 0.67% -
XYZ 13.64 7.37 38.73 -
YUV 74.24 182.04 148.51 -
System Red Green Blue C M Y K H S L
Decimal 103 41 170 0.39 0.76 0 0.33 268.84 0.61 0.41
Hex 67 29 AA 27 4C 0 21 10D 3D 29
Octal 147 51 252 47 114 0 41 415 75 51
Binary 1100111 101001 10101010 100111 1001100 0 100001 100001101 111101 101001

Color Harmonies of #6729AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6729AA

Black with #6729AA

Text Example


Text Example

White with #6729AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,41,170); }

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

background-color css

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

 a { background-color: rgb(103,41,170); }

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

border-color css

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

 span { border-color: rgb(103,41,170); }

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