Html Css Color HEX #682BDC Purple Heart

📋 copy color: '#682BDC'

red 104 ◦ green 43 ◦ blue 220

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

Shades of Purple Heart #682BDC

Tints of Purple Heart #682BDC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.72%

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

R = 28.34%
G = 11.72%
B = 59.95%

CMYK

 C value IS 0.53

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#682BDC (or 0x682BDC) is known color: Purple Heart. HEX triplet: 68, 2B and DC. RGB value is (104,43,220). Sum of RGB (Red+Green+Blue) = 104+43+220=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 43 (17.19% from 255 or 11.72% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #682BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682BDC is #97D423. Grayscale: #505050. Windows color (decimal): -9950244 or 14429032. OLE color: 14429032.

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

Color convert

RGB 104 43 220 -
CMYK 0.53 0.80 0 0.14
HSL 260.68º 0.72% 0.52% -
HSV(B) 260.68º 0.8% 0.86% -
XYZ 19.49 9.84 68.58 -
YUV 81.42 206.21 144.11 -
System Red Green Blue C M Y K H S L
Decimal 104 43 220 0.53 0.80 0 0.14 260.68 0.72 0.52
Hex 68 2B DC 35 50 0 E 105 48 34
Octal 150 53 334 65 120 0 16 405 110 64
Binary 1101000 101011 11011100 110101 1010000 0 1110 100000101 1001000 110100

Color Harmonies of #682BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682BDC

Black with #682BDC

Text Example


Text Example

White with #682BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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