Html Css Color HEX #682FDC Purple Heart

📋 copy color: '#682FDC'

red 104 ◦ green 47 ◦ blue 220

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

Shades of Purple Heart #682FDC

Tints of Purple Heart #682FDC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.67%

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

R = 28.03%
G = 12.67%
B = 59.3%

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

#682FDC (or 0x682FDC) is known color: Purple Heart. HEX triplet: 68, 2F and DC. RGB value is (104,47,220). Sum of RGB (Red+Green+Blue) = 104+47+220=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 47 (18.75% from 255 or 12.67% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #682FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682FDC is #97D023. Grayscale: #535353. Windows color (decimal): -9949220 or 14430056. OLE color: 14430056.

HSL color Cylindrical-coordinate representation of color #682FDC: hue angle of 259.77º 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 #682FDC is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 47 220 -
CMYK 0.53 0.79 0 0.14
HSL 259.77º 0.71% 0.52% -
HSV(B) 259.77º 0.79% 0.86% -
XYZ 19.64 10.14 68.63 -
YUV 83.77 204.88 142.43 -
System Red Green Blue C M Y K H S L
Decimal 104 47 220 0.53 0.79 0 0.14 259.77 0.71 0.52
Hex 68 2F DC 35 4F 0 E 104 47 34
Octal 150 57 334 65 117 0 16 404 107 64
Binary 1101000 101111 11011100 110101 1001111 0 1110 100000100 1000111 110100

Color Harmonies of #682FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682FDC

Black with #682FDC

Text Example


Text Example

White with #682FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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