Html Css Color HEX #682EDE Purple Heart

📋 copy color: '#682EDE'

red 104 ◦ green 46 ◦ blue 222

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

Shades of Purple Heart #682EDE

Tints of Purple Heart #682EDE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.37%

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

R = 27.96%
G = 12.37%
B = 59.68%

CMYK

 C value IS 0.53

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#682EDE (or 0x682EDE) is known color: Purple Heart. HEX triplet: 68, 2E and DE. RGB value is (104,46,222). Sum of RGB (Red+Green+Blue) = 104+46+222=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 46 (18.36% from 255 or 12.37% from 372); Blue value is 222 (87.11% from 255 or 59.68% from 372); Max value from RGB is 222 - color contains mainly: blue. Hex color #682EDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682EDE is #97D121. Grayscale: #525252. Windows color (decimal): -9949474 or 14560872. OLE color: 14560872.

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

Color convert

RGB 104 46 222 -
CMYK 0.53 0.79 0 0.13
HSL 259.77º 0.73% 0.53% -
HSV(B) 259.77º 0.79% 0.87% -
XYZ 19.87 10.17 70.02 -
YUV 83.41 206.22 142.69 -
System Red Green Blue C M Y K H S L
Decimal 104 46 222 0.53 0.79 0 0.13 259.77 0.73 0.53
Hex 68 2E DE 35 4F 0 D 104 49 35
Octal 150 56 336 65 117 0 15 404 111 65
Binary 1101000 101110 11011110 110101 1001111 0 1101 100000100 1001001 110101

Color Harmonies of #682EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682EDE

Black with #682EDE

Text Example


Text Example

White with #682EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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