Html Css Color HEX #682ADD Purple Heart

📋 copy color: '#682ADD'

red 104 ◦ green 42 ◦ blue 221

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

Shades of Purple Heart #682ADD

Tints of Purple Heart #682ADD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.44%

 BLUE value IS 221 (86.72% from 255) = 60.22%

R = 28.34%
G = 11.44%
B = 60.22%

CMYK

 C value IS 0.53

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#682ADD (or 0x682ADD) is known color: Purple Heart. HEX triplet: 68, 2A and DD. RGB value is (104,42,221). Sum of RGB (Red+Green+Blue) = 104+42+221=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 42 (16.80% from 255 or 11.44% from 367); Blue value is 221 (86.72% from 255 or 60.22% from 367); Max value from RGB is 221 - color contains mainly: blue. Hex color #682ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682ADD is #97D522. Grayscale: #505050. Windows color (decimal): -9950499 or 14494312. OLE color: 14494312.

HSL color Cylindrical-coordinate representation of color #682ADD: hue angle of 260.78º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #682ADD is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 42 221 -
CMYK 0.53 0.81 0 0.13
HSL 260.78º 0.72% 0.52% -
HSV(B) 260.78º 0.81% 0.87% -
XYZ 19.59 9.82 69.27 -
YUV 80.94 207.04 144.45 -
System Red Green Blue C M Y K H S L
Decimal 104 42 221 0.53 0.81 0 0.13 260.78 0.72 0.52
Hex 68 2A DD 35 51 0 D 105 48 34
Octal 150 52 335 65 121 0 15 405 110 64
Binary 1101000 101010 11011101 110101 1010001 0 1101 100000101 1001000 110100

Color Harmonies of #682ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682ADD

Black with #682ADD

Text Example


Text Example

White with #682ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,42,221); }

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

background-color css

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

 a { background-color: rgb(104,42,221); }

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

border-color css

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

 span { border-color: rgb(104,42,221); }

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