Html Css Color HEX #682EAC Royal Purple

📋 copy color: '#682EAC'

red 104 ◦ green 46 ◦ blue 172

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

Shades of Royal Purple #682EAC

Tints of Royal Purple #682EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.29%

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

R = 32.3%
G = 14.29%
B = 53.42%

CMYK

 C value IS 0.40

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#682EAC (or 0x682EAC) is known color: Royal Purple. HEX triplet: 68, 2E and AC. RGB value is (104,46,172). Sum of RGB (Red+Green+Blue) = 104+46+172=322 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.30% from 322); Green value is 46 (18.36% from 255 or 14.29% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #682EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682EAC is #97D153. Grayscale: #4D4D4D. Windows color (decimal): -9949524 or 11284072. OLE color: 11284072.

HSL color Cylindrical-coordinate representation of color #682EAC: hue angle of 267.62º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #682EAC is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 46 172 -
CMYK 0.40 0.73 0 0.33
HSL 267.62º 0.58% 0.43% -
HSV(B) 267.62º 0.73% 0.67% -
XYZ 14.13 7.88 39.81 -
YUV 77.71 181.22 146.75 -
System Red Green Blue C M Y K H S L
Decimal 104 46 172 0.40 0.73 0 0.33 267.62 0.58 0.43
Hex 68 2E AC 28 49 0 21 10C 3A 2B
Octal 150 56 254 50 111 0 41 414 72 53
Binary 1101000 101110 10101100 101000 1001001 0 100001 100001100 111010 101011

Color Harmonies of #682EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682EAC

Black with #682EAC

Text Example


Text Example

White with #682EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682EAC; }

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

 H1.HeaderClassName
 {
   color: #682EAC;
 }
 .AnyTagClassName
 {
   color: #682EAC;
 }
</style>

background-color css

<style>
 a { background-color: #682EAC; }

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

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

border-color css

<style>
 span { border-color: #682EAC; }

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

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