Html Css Color HEX #6844AA Royal Purple

📋 copy color: '#6844AA'

red 104 ◦ green 68 ◦ blue 170

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

Shades of Royal Purple #6844AA

Tints of Royal Purple #6844AA

RGB

 RED value IS 104 (41.02% from 255) = 30.41%

 GREEN value IS 68 (26.95% from 255) = 19.88%

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

R = 30.41%
G = 19.88%
B = 49.71%

CMYK

 C value IS 0.39

 M value IS 0.6

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6844AA (or 0x6844AA) is known color: Royal Purple. HEX triplet: 68, 44 and AA. RGB value is (104,68,170). Sum of RGB (Red+Green+Blue) = 104+68+170=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #6844AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6844AA is #97BB55. Grayscale: #5A5A5A. Windows color (decimal): -9943894 or 11158632. OLE color: 11158632.

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

Color convert

RGB 104 68 170 -
CMYK 0.39 0.6 0 0.33
HSL 261.18º 0.43% 0.47% -
HSV(B) 261.18º 0.6% 0.67% -
XYZ 15.03 9.98 39.16 -
YUV 90.39 172.93 137.71 -
System Red Green Blue C M Y K H S L
Decimal 104 68 170 0.39 0.6 0 0.33 261.18 0.43 0.47
Hex 68 44 AA 27 3C 0 21 105 2B 2F
Octal 150 104 252 47 74 0 41 405 53 57
Binary 1101000 1000100 10101010 100111 111100 0 100001 100000101 101011 101111

Color Harmonies of #6844AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6844AA

Black with #6844AA

Text Example


Text Example

White with #6844AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,68,170); }

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

background-color css

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

 a { background-color: rgb(104,68,170); }

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

border-color css

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

 span { border-color: rgb(104,68,170); }

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