Html Css Color HEX #682CDF Purple Heart

📋 copy color: '#682CDF'

red 104 ◦ green 44 ◦ blue 223

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

Shades of Purple Heart #682CDF

Tints of Purple Heart #682CDF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.86%

 BLUE value IS 223 (87.5% from 255) = 60.11%

R = 28.03%
G = 11.86%
B = 60.11%

CMYK

 C value IS 0.53

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#682CDF (or 0x682CDF) is known color: Purple Heart. HEX triplet: 68, 2C and DF. RGB value is (104,44,223). Sum of RGB (Red+Green+Blue) = 104+44+223=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 44 (17.58% from 255 or 11.86% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #682CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682CDF is #97D320. Grayscale: #515151. Windows color (decimal): -9949985 or 14625896. OLE color: 14625896.

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

Color convert

RGB 104 44 223 -
CMYK 0.53 0.80 0 0.13
HSL 260.11º 0.74% 0.52% -
HSV(B) 260.11º 0.8% 0.87% -
XYZ 19.93 10.07 70.71 -
YUV 82.35 207.38 143.45 -
System Red Green Blue C M Y K H S L
Decimal 104 44 223 0.53 0.80 0 0.13 260.11 0.74 0.52
Hex 68 2C DF 35 50 0 D 104 4A 34
Octal 150 54 337 65 120 0 15 404 112 64
Binary 1101000 101100 11011111 110101 1010000 0 1101 100000100 1001010 110100

Color Harmonies of #682CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682CDF

Black with #682CDF

Text Example


Text Example

White with #682CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,44,223); }

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

background-color css

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

 a { background-color: rgb(104,44,223); }

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

border-color css

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

 span { border-color: rgb(104,44,223); }

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