Html Css Color HEX #6834AA Royal Purple

📋 copy color: '#6834AA'

red 104 ◦ green 52 ◦ blue 170

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

Shades of Royal Purple #6834AA

Tints of Royal Purple #6834AA

RGB

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

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

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

R = 31.9%
G = 15.95%
B = 52.15%

CMYK

 C value IS 0.39

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6834AA (or 0x6834AA) is known color: Royal Purple. HEX triplet: 68, 34 and AA. RGB value is (104,52,170). Sum of RGB (Red+Green+Blue) = 104+52+170=326 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.90% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #6834AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6834AA is #97CB55. Grayscale: #505050. Windows color (decimal): -9947990 or 11154536. OLE color: 11154536.

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

Color convert

RGB 104 52 170 -
CMYK 0.39 0.69 0 0.33
HSL 266.44º 0.53% 0.44% -
HSV(B) 266.44º 0.69% 0.67% -
XYZ 14.19 8.3 38.88 -
YUV 81 178.23 144.41 -
System Red Green Blue C M Y K H S L
Decimal 104 52 170 0.39 0.69 0 0.33 266.44 0.53 0.44
Hex 68 34 AA 27 45 0 21 10A 35 2C
Octal 150 64 252 47 105 0 41 412 65 54
Binary 1101000 110100 10101010 100111 1000101 0 100001 100001010 110101 101100

Color Harmonies of #6834AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6834AA

Black with #6834AA

Text Example


Text Example

White with #6834AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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