Html Css Color HEX #6845AA Royal Purple

📋 copy color: '#6845AA'

red 104 ◦ green 69 ◦ blue 170

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

Shades of Royal Purple #6845AA

Tints of Royal Purple #6845AA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.12%

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

R = 30.32%
G = 20.12%
B = 49.56%

CMYK

 C value IS 0.39

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6845AA (or 0x6845AA) is known color: Royal Purple. HEX triplet: 68, 45 and AA. RGB value is (104,69,170). Sum of RGB (Red+Green+Blue) = 104+69+170=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #6845AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6845AA is #97BA55. Grayscale: #5A5A5A. Windows color (decimal): -9943638 or 11158888. OLE color: 11158888.

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

Color convert

RGB 104 69 170 -
CMYK 0.39 0.59 0 0.33
HSL 260.79º 0.42% 0.47% -
HSV(B) 260.79º 0.59% 0.67% -
XYZ 15.09 10.1 39.18 -
YUV 90.98 172.6 137.29 -
System Red Green Blue C M Y K H S L
Decimal 104 69 170 0.39 0.59 0 0.33 260.79 0.42 0.47
Hex 68 45 AA 27 3B 0 21 105 2A 2F
Octal 150 105 252 47 73 0 41 405 52 57
Binary 1101000 1000101 10101010 100111 111011 0 100001 100000101 101010 101111

Color Harmonies of #6845AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6845AA

Black with #6845AA

Text Example


Text Example

White with #6845AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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