Html Css Color HEX #682EBC Purple Heart

📋 copy color: '#682EBC'

red 104 ◦ green 46 ◦ blue 188

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

Shades of Purple Heart #682EBC

Tints of Purple Heart #682EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 55.62%

R = 30.77%
G = 13.61%
B = 55.62%

CMYK

 C value IS 0.45

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#682EBC (or 0x682EBC) is known color: Purple Heart. HEX triplet: 68, 2E and BC. RGB value is (104,46,188). Sum of RGB (Red+Green+Blue) = 104+46+188=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 46 (18.36% from 255 or 13.61% from 338); Blue value is 188 (73.83% from 255 or 55.62% from 338); Max value from RGB is 188 - color contains mainly: blue. Hex color #682EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682EBC is #97D143. Grayscale: #4F4F4F. Windows color (decimal): -9949508 or 12332648. OLE color: 12332648.

HSL color Cylindrical-coordinate representation of color #682EBC: hue angle of 264.51º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #682EBC is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 46 188 -
CMYK 0.45 0.76 0 0.26
HSL 264.51º 0.61% 0.46% -
HSV(B) 264.51º 0.76% 0.74% -
XYZ 15.76 8.53 48.39 -
YUV 79.53 189.22 145.45 -
System Red Green Blue C M Y K H S L
Decimal 104 46 188 0.45 0.76 0 0.26 264.51 0.61 0.46
Hex 68 2E BC 2D 4C 0 1A 109 3D 2E
Octal 150 56 274 55 114 0 32 411 75 56
Binary 1101000 101110 10111100 101101 1001100 0 11010 100001001 111101 101110

Color Harmonies of #682EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682EBC

Black with #682EBC

Text Example


Text Example

White with #682EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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