Html Css Color HEX #682DCE Purple Heart

📋 copy color: '#682DCE'

red 104 ◦ green 45 ◦ blue 206

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

Shades of Purple Heart #682DCE

Tints of Purple Heart #682DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 58.03%

R = 29.3%
G = 12.68%
B = 58.03%

CMYK

 C value IS 0.50

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#682DCE (or 0x682DCE) is known color: Purple Heart. HEX triplet: 68, 2D and CE. RGB value is (104,45,206). Sum of RGB (Red+Green+Blue) = 104+45+206=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 45 (17.97% from 255 or 12.68% from 355); Blue value is 206 (80.86% from 255 or 58.03% from 355); Max value from RGB is 206 - color contains mainly: blue. Hex color #682DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682DCE is #97D231. Grayscale: #505050. Windows color (decimal): -9949746 or 13512040. OLE color: 13512040.

HSL color Cylindrical-coordinate representation of color #682DCE: hue angle of 261.99º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #682DCE is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 45 206 -
CMYK 0.50 0.78 0 0.19
HSL 261.99º 0.64% 0.49% -
HSV(B) 261.99º 0.78% 0.81% -
XYZ 17.79 9.28 59.25 -
YUV 81 198.55 144.41 -
System Red Green Blue C M Y K H S L
Decimal 104 45 206 0.50 0.78 0 0.19 261.99 0.64 0.49
Hex 68 2D CE 32 4E 0 13 106 40 31
Octal 150 55 316 62 116 0 23 406 100 61
Binary 1101000 101101 11001110 110010 1001110 0 10011 100000110 1000000 110001

Color Harmonies of #682DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682DCE

Black with #682DCE

Text Example


Text Example

White with #682DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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