Html Css Color HEX #6845AB Royal Purple

📋 copy color: '#6845AB'

red 104 ◦ green 69 ◦ blue 171

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

Shades of Royal Purple #6845AB

Tints of Royal Purple #6845AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.71%

R = 30.23%
G = 20.06%
B = 49.71%

CMYK

 C value IS 0.39

 M value IS 0.60

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6845AB (or 0x6845AB) is known color: Royal Purple. HEX triplet: 68, 45 and AB. RGB value is (104,69,171). Sum of RGB (Red+Green+Blue) = 104+69+171=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 69 (27.34% from 255 or 20.06% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #6845AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6845AB is #97BA54. Grayscale: #5A5A5A. Windows color (decimal): -9943637 or 11224424. OLE color: 11224424.

HSL color Cylindrical-coordinate representation of color #6845AB: hue angle of 260.59º 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 #6845AB is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 69 171 -
CMYK 0.39 0.60 0 0.33
HSL 260.59º 0.43% 0.47% -
HSV(B) 260.59º 0.6% 0.67% -
XYZ 15.19 10.14 39.68 -
YUV 91.09 173.1 137.21 -
System Red Green Blue C M Y K H S L
Decimal 104 69 171 0.39 0.60 0 0.33 260.59 0.43 0.47
Hex 68 45 AB 27 3C 0 21 105 2A 2F
Octal 150 105 253 47 74 0 41 405 52 57
Binary 1101000 1000101 10101011 100111 111100 0 100001 100000101 101010 101111

Color Harmonies of #6845AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6845AB

Black with #6845AB

Text Example


Text Example

White with #6845AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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