Html Css Color HEX #6835AC Royal Purple

📋 copy color: '#6835AC'

red 104 ◦ green 53 ◦ blue 172

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

Shades of Royal Purple #6835AC

Tints of Royal Purple #6835AC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.11%

 BLUE value IS 172 (67.58% from 255) = 52.28%

R = 31.61%
G = 16.11%
B = 52.28%

CMYK

 C value IS 0.40

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6835AC (or 0x6835AC) is known color: Royal Purple. HEX triplet: 68, 35 and AC. RGB value is (104,53,172). Sum of RGB (Red+Green+Blue) = 104+53+172=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #6835AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6835AC is #97CA53. Grayscale: #515151. Windows color (decimal): -9947732 or 11285864. OLE color: 11285864.

HSL color Cylindrical-coordinate representation of color #6835AC: hue angle of 265.71º 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 #6835AC is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 53 172 -
CMYK 0.40 0.69 0 0.33
HSL 265.71º 0.53% 0.44% -
HSV(B) 265.71º 0.69% 0.67% -
XYZ 14.43 8.47 39.9 -
YUV 81.82 178.9 143.82 -
System Red Green Blue C M Y K H S L
Decimal 104 53 172 0.40 0.69 0 0.33 265.71 0.53 0.44
Hex 68 35 AC 28 45 0 21 10A 35 2C
Octal 150 65 254 50 105 0 41 412 65 54
Binary 1101000 110101 10101100 101000 1000101 0 100001 100001010 110101 101100

Color Harmonies of #6835AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6835AC

Black with #6835AC

Text Example


Text Example

White with #6835AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6835AC; }

 p { color: rgb(104,53,172); }

 H1.HeaderClassName
 {
   color: #6835AC;
 }
 .AnyTagClassName
 {
   color: #6835AC;
 }
</style>

background-color css

<style>
 a { background-color: #6835AC; }

 a { background-color: rgb(104,53,172); }

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

border-color css

<style>
 span { border-color: #6835AC; }

 span { border-color: rgb(104,53,172); }

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