Html Css Color HEX #682ADC Purple Heart

📋 copy color: '#682ADC'

red 104 ◦ green 42 ◦ blue 220

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

Shades of Purple Heart #682ADC

Tints of Purple Heart #682ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 60.11%

R = 28.42%
G = 11.48%
B = 60.11%

CMYK

 C value IS 0.53

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#682ADC (or 0x682ADC) is known color: Purple Heart. HEX triplet: 68, 2A and DC. RGB value is (104,42,220). Sum of RGB (Red+Green+Blue) = 104+42+220=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 42 (16.80% from 255 or 11.48% from 366); Blue value is 220 (86.33% from 255 or 60.11% from 366); Max value from RGB is 220 - color contains mainly: blue. Hex color #682ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682ADC is #97D523. Grayscale: #505050. Windows color (decimal): -9950500 or 14428776. OLE color: 14428776.

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

Color convert

RGB 104 42 220 -
CMYK 0.53 0.81 0 0.14
HSL 260.9º 0.72% 0.51% -
HSV(B) 260.9º 0.81% 0.86% -
XYZ 19.46 9.77 68.57 -
YUV 80.83 206.54 144.53 -
System Red Green Blue C M Y K H S L
Decimal 104 42 220 0.53 0.81 0 0.14 260.9 0.72 0.51
Hex 68 2A DC 35 51 0 E 105 48 33
Octal 150 52 334 65 121 0 16 405 110 63
Binary 1101000 101010 11011100 110101 1010001 0 1110 100000101 1001000 110011

Color Harmonies of #682ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682ADC

Black with #682ADC

Text Example


Text Example

White with #682ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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