Html Css Color HEX #682DDB Purple Heart

📋 copy color: '#682DDB'

red 104 ◦ green 45 ◦ blue 219

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

Shades of Purple Heart #682DDB

Tints of Purple Heart #682DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 59.51%

R = 28.26%
G = 12.23%
B = 59.51%

CMYK

 C value IS 0.53

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#682DDB (or 0x682DDB) is known color: Purple Heart. HEX triplet: 68, 2D and DB. RGB value is (104,45,219). Sum of RGB (Red+Green+Blue) = 104+45+219=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 45 (17.97% from 255 or 12.23% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #682DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682DDB is #97D224. Grayscale: #515151. Windows color (decimal): -9949733 or 14364008. OLE color: 14364008.

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

Color convert

RGB 104 45 219 -
CMYK 0.53 0.79 0 0.14
HSL 260.34º 0.71% 0.52% -
HSV(B) 260.34º 0.79% 0.86% -
XYZ 19.43 9.93 67.91 -
YUV 82.48 205.05 143.35 -
System Red Green Blue C M Y K H S L
Decimal 104 45 219 0.53 0.79 0 0.14 260.34 0.71 0.52
Hex 68 2D DB 35 4F 0 E 104 47 34
Octal 150 55 333 65 117 0 16 404 107 64
Binary 1101000 101101 11011011 110101 1001111 0 1110 100000100 1000111 110100

Color Harmonies of #682DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682DDB

Black with #682DDB

Text Example


Text Example

White with #682DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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