Html Css Color HEX #6843AA Royal Purple

📋 copy color: '#6843AA'

red 104 ◦ green 67 ◦ blue 170

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

Shades of Royal Purple #6843AA

Tints of Royal Purple #6843AA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.65%

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

R = 30.5%
G = 19.65%
B = 49.85%

CMYK

 C value IS 0.39

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6843AA (or 0x6843AA) is known color: Royal Purple. HEX triplet: 68, 43 and AA. RGB value is (104,67,170). Sum of RGB (Red+Green+Blue) = 104+67+170=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #6843AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6843AA is #97BC55. Grayscale: #595959. Windows color (decimal): -9944150 or 11158376. OLE color: 11158376.

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

Color convert

RGB 104 67 170 -
CMYK 0.39 0.61 0 0.33
HSL 261.55º 0.43% 0.46% -
HSV(B) 261.55º 0.61% 0.67% -
XYZ 14.97 9.86 39.14 -
YUV 89.81 173.26 138.12 -
System Red Green Blue C M Y K H S L
Decimal 104 67 170 0.39 0.61 0 0.33 261.55 0.43 0.46
Hex 68 43 AA 27 3D 0 21 106 2B 2E
Octal 150 103 252 47 75 0 41 406 53 56
Binary 1101000 1000011 10101010 100111 111101 0 100001 100000110 101011 101110

Color Harmonies of #6843AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6843AA

Black with #6843AA

Text Example


Text Example

White with #6843AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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