Html Css Color HEX #6842AE Royal Purple

📋 copy color: '#6842AE'

red 104 ◦ green 66 ◦ blue 174

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

Shades of Royal Purple #6842AE

Tints of Royal Purple #6842AE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.19%

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

R = 30.23%
G = 19.19%
B = 50.58%

CMYK

 C value IS 0.40

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6842AE (or 0x6842AE) is known color: Royal Purple. HEX triplet: 68, 42 and AE. RGB value is (104,66,174). Sum of RGB (Red+Green+Blue) = 104+66+174=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 174 (68.36% from 255 or 50.58% from 344); Max value from RGB is 174 - color contains mainly: blue. Hex color #6842AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6842AE is #97BD51. Grayscale: #595959. Windows color (decimal): -9944402 or 11420264. OLE color: 11420264.

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

Color convert

RGB 104 66 174 -
CMYK 0.40 0.62 0 0.32
HSL 261.11º 0.45% 0.47% -
HSV(B) 261.11º 0.62% 0.68% -
XYZ 15.3 9.9 41.15 -
YUV 89.67 175.59 138.22 -
System Red Green Blue C M Y K H S L
Decimal 104 66 174 0.40 0.62 0 0.32 261.11 0.45 0.47
Hex 68 42 AE 28 3E 0 20 105 2D 2F
Octal 150 102 256 50 76 0 40 405 55 57
Binary 1101000 1000010 10101110 101000 111110 0 100000 100000101 101101 101111

Color Harmonies of #6842AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6842AE

Black with #6842AE

Text Example


Text Example

White with #6842AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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