Html Css Color HEX #682DDE Purple Heart

📋 copy color: '#682DDE'

red 104 ◦ green 45 ◦ blue 222

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

Shades of Purple Heart #682DDE

Tints of Purple Heart #682DDE

RGB

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

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

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

R = 28.03%
G = 12.13%
B = 59.84%

CMYK

 C value IS 0.53

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#682DDE (or 0x682DDE) is known color: Purple Heart. HEX triplet: 68, 2D and DE. RGB value is (104,45,222). Sum of RGB (Red+Green+Blue) = 104+45+222=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 45 (17.97% from 255 or 12.13% from 371); Blue value is 222 (87.11% from 255 or 59.84% from 371); Max value from RGB is 222 - color contains mainly: blue. Hex color #682DDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682DDE is #97D221. Grayscale: #525252. Windows color (decimal): -9949730 or 14560616. OLE color: 14560616.

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

Color convert

RGB 104 45 222 -
CMYK 0.53 0.80 0 0.13
HSL 260º 0.73% 0.52% -
HSV(B) 260º 0.8% 0.87% -
XYZ 19.83 10.09 70.01 -
YUV 82.82 206.55 143.11 -
System Red Green Blue C M Y K H S L
Decimal 104 45 222 0.53 0.80 0 0.13 260 0.73 0.52
Hex 68 2D DE 35 50 0 D 104 49 34
Octal 150 55 336 65 120 0 15 404 111 64
Binary 1101000 101101 11011110 110101 1010000 0 1101 100000100 1001001 110100

Color Harmonies of #682DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682DDE

Black with #682DDE

Text Example


Text Example

White with #682DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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