Html Css Color HEX #6834A8 Royal Purple

📋 copy color: '#6834A8'

red 104 ◦ green 52 ◦ blue 168

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

Shades of Royal Purple #6834A8

Tints of Royal Purple #6834A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 51.85%

R = 32.1%
G = 16.05%
B = 51.85%

CMYK

 C value IS 0.38

 M value IS 0.69

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#6834A8 (or 0x6834A8) is known color: Royal Purple. HEX triplet: 68, 34 and A8. RGB value is (104,52,168). Sum of RGB (Red+Green+Blue) = 104+52+168=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 168 (66.02% from 255 or 51.85% from 324); Max value from RGB is 168 - color contains mainly: blue. Hex color #6834A8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6834A8 is #97CB57. Grayscale: #505050. Windows color (decimal): -9947992 or 11023464. OLE color: 11023464.

HSL color Cylindrical-coordinate representation of color #6834A8: hue angle of 266.9º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6834A8 is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 104 52 168 -
CMYK 0.38 0.69 0 0.34
HSL 266.9º 0.53% 0.43% -
HSV(B) 266.9º 0.69% 0.66% -
XYZ 14 8.23 37.9 -
YUV 80.77 177.23 144.57 -
System Red Green Blue C M Y K H S L
Decimal 104 52 168 0.38 0.69 0 0.34 266.9 0.53 0.43
Hex 68 34 A8 26 45 0 22 10B 35 2B
Octal 150 64 250 46 105 0 42 413 65 53
Binary 1101000 110100 10101000 100110 1000101 0 100010 100001011 110101 101011

Color Harmonies of #6834A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6834A8

Black with #6834A8

Text Example


Text Example

White with #6834A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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