Html Css Color HEX #6834AE Royal Purple

📋 copy color: '#6834AE'

red 104 ◦ green 52 ◦ blue 174

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

Shades of Royal Purple #6834AE

Tints of Royal Purple #6834AE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.76%

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

R = 31.52%
G = 15.76%
B = 52.73%

CMYK

 C value IS 0.40

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6834AE (or 0x6834AE) is known color: Royal Purple. HEX triplet: 68, 34 and AE. RGB value is (104,52,174). Sum of RGB (Red+Green+Blue) = 104+52+174=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 174 (68.36% from 255 or 52.73% from 330); Max value from RGB is 174 - color contains mainly: blue. Hex color #6834AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6834AE is #97CB51. Grayscale: #515151. Windows color (decimal): -9947986 or 11416680. OLE color: 11416680.

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

Color convert

RGB 104 52 174 -
CMYK 0.40 0.70 0 0.32
HSL 265.57º 0.54% 0.44% -
HSV(B) 265.57º 0.7% 0.68% -
XYZ 14.58 8.46 40.91 -
YUV 81.46 180.23 144.08 -
System Red Green Blue C M Y K H S L
Decimal 104 52 174 0.40 0.70 0 0.32 265.57 0.54 0.44
Hex 68 34 AE 28 46 0 20 10A 36 2C
Octal 150 64 256 50 106 0 40 412 66 54
Binary 1101000 110100 10101110 101000 1000110 0 100000 100001010 110110 101100

Color Harmonies of #6834AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6834AE

Black with #6834AE

Text Example


Text Example

White with #6834AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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