Html Css Color HEX #682ADE Purple Heart

📋 copy color: '#682ADE'

red 104 ◦ green 42 ◦ blue 222

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

Shades of Purple Heart #682ADE

Tints of Purple Heart #682ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 60.33%

R = 28.26%
G = 11.41%
B = 60.33%

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

#682ADE (or 0x682ADE) is known color: Purple Heart. HEX triplet: 68, 2A and DE. RGB value is (104,42,222). Sum of RGB (Red+Green+Blue) = 104+42+222=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 42 (16.80% from 255 or 11.41% from 368); Blue value is 222 (87.11% from 255 or 60.33% from 368); Max value from RGB is 222 - color contains mainly: blue. Hex color #682ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682ADE is #97D521. Grayscale: #505050. Windows color (decimal): -9950498 or 14559848. OLE color: 14559848.

HSL color Cylindrical-coordinate representation of color #682ADE: hue angle of 260.67º degrees, saturation: 0.73, 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 #682ADE is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 42 222 -
CMYK 0.53 0.81 0 0.13
HSL 260.67º 0.73% 0.52% -
HSV(B) 260.67º 0.81% 0.87% -
XYZ 19.72 9.87 69.97 -
YUV 81.06 207.54 144.36 -
System Red Green Blue C M Y K H S L
Decimal 104 42 222 0.53 0.81 0 0.13 260.67 0.73 0.52
Hex 68 2A DE 35 51 0 D 105 49 34
Octal 150 52 336 65 121 0 15 405 111 64
Binary 1101000 101010 11011110 110101 1010001 0 1101 100000101 1001001 110100

Color Harmonies of #682ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682ADE

Black with #682ADE

Text Example


Text Example

White with #682ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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