Html Css Color HEX #6843AE Royal Purple

📋 copy color: '#6843AE'

red 104 ◦ green 67 ◦ blue 174

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

Shades of Royal Purple #6843AE

Tints of Royal Purple #6843AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 50.43%

R = 30.14%
G = 19.42%
B = 50.43%

CMYK

 C value IS 0.40

 M value IS 0.61

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6843AE (or 0x6843AE) is known color: Royal Purple. HEX triplet: 68, 43 and AE. RGB value is (104,67,174). Sum of RGB (Red+Green+Blue) = 104+67+174=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 174 (68.36% from 255 or 50.43% from 345); Max value from RGB is 174 - color contains mainly: blue. Hex color #6843AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6843AE is #97BC51. Grayscale: #595959. Windows color (decimal): -9944146 or 11420520. OLE color: 11420520.

HSL color Cylindrical-coordinate representation of color #6843AE: hue angle of 260.75º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6843AE is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 67 174 -
CMYK 0.40 0.61 0 0.32
HSL 260.75º 0.44% 0.47% -
HSV(B) 260.75º 0.61% 0.68% -
XYZ 15.36 10.01 41.17 -
YUV 90.26 175.26 137.8 -
System Red Green Blue C M Y K H S L
Decimal 104 67 174 0.40 0.61 0 0.32 260.75 0.44 0.47
Hex 68 43 AE 28 3D 0 20 105 2C 2F
Octal 150 103 256 50 75 0 40 405 54 57
Binary 1101000 1000011 10101110 101000 111101 0 100000 100000101 101100 101111

Color Harmonies of #6843AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6843AE

Black with #6843AE

Text Example


Text Example

White with #6843AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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