Html Css Color HEX #682DAE Purple Heart

📋 copy color: '#682DAE'

red 104 ◦ green 45 ◦ blue 174

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

Shades of Purple Heart #682DAE

Tints of Purple Heart #682DAE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.93%

 BLUE value IS 174 (68.36% from 255) = 53.87%

R = 32.2%
G = 13.93%
B = 53.87%

CMYK

 C value IS 0.40

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#682DAE (or 0x682DAE) is known color: Purple Heart. HEX triplet: 68, 2D and AE. RGB value is (104,45,174). Sum of RGB (Red+Green+Blue) = 104+45+174=323 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.20% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #682DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682DAE is #97D251. Grayscale: #4C4C4C. Windows color (decimal): -9949778 or 11414888. OLE color: 11414888.

HSL color Cylindrical-coordinate representation of color #682DAE: hue angle of 267.44º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #682DAE is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 45 174 -
CMYK 0.40 0.74 0 0.32
HSL 267.44º 0.59% 0.43% -
HSV(B) 267.44º 0.74% 0.68% -
XYZ 14.29 7.88 40.81 -
YUV 77.35 182.55 147.01 -
System Red Green Blue C M Y K H S L
Decimal 104 45 174 0.40 0.74 0 0.32 267.44 0.59 0.43
Hex 68 2D AE 28 4A 0 20 10B 3B 2B
Octal 150 55 256 50 112 0 40 413 73 53
Binary 1101000 101101 10101110 101000 1001010 0 100000 100001011 111011 101011

Color Harmonies of #682DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682DAE

Black with #682DAE

Text Example


Text Example

White with #682DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,45,174); }

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

background-color css

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

 a { background-color: rgb(104,45,174); }

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

border-color css

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

 span { border-color: rgb(104,45,174); }

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