Html Css Color HEX #6832AC Royal Purple

📋 copy color: '#6832AC'

red 104 ◦ green 50 ◦ blue 172

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

Shades of Royal Purple #6832AC

Tints of Royal Purple #6832AC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.34%

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

R = 31.9%
G = 15.34%
B = 52.76%

CMYK

 C value IS 0.40

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6832AC (or 0x6832AC) is known color: Royal Purple. HEX triplet: 68, 32 and AC. RGB value is (104,50,172). Sum of RGB (Red+Green+Blue) = 104+50+172=326 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.90% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #6832AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6832AC is #97CD53. Grayscale: #4F4F4F. Windows color (decimal): -9948500 or 11285096. OLE color: 11285096.

HSL color Cylindrical-coordinate representation of color #6832AC: hue angle of 266.56º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6832AC is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 50 172 -
CMYK 0.40 0.71 0 0.33
HSL 266.56º 0.55% 0.44% -
HSV(B) 266.56º 0.71% 0.67% -
XYZ 14.3 8.2 39.86 -
YUV 80.05 179.89 145.08 -
System Red Green Blue C M Y K H S L
Decimal 104 50 172 0.40 0.71 0 0.33 266.56 0.55 0.44
Hex 68 32 AC 28 47 0 21 10B 37 2C
Octal 150 62 254 50 107 0 41 413 67 54
Binary 1101000 110010 10101100 101000 1000111 0 100001 100001011 110111 101100

Color Harmonies of #6832AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6832AC

Black with #6832AC

Text Example


Text Example

White with #6832AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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