Html Css Color HEX #682BD8 Purple Heart

📋 copy color: '#682BD8'

red 104 ◦ green 43 ◦ blue 216

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

Shades of Purple Heart #682BD8

Tints of Purple Heart #682BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 59.5%

R = 28.65%
G = 11.85%
B = 59.5%

CMYK

 C value IS 0.52

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#682BD8 (or 0x682BD8) is known color: Purple Heart. HEX triplet: 68, 2B and D8. RGB value is (104,43,216). Sum of RGB (Red+Green+Blue) = 104+43+216=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 43 (17.19% from 255 or 11.85% from 363); Blue value is 216 (84.77% from 255 or 59.50% from 363); Max value from RGB is 216 - color contains mainly: blue. Hex color #682BD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682BD8 is #97D427. Grayscale: #505050. Windows color (decimal): -9950248 or 14166888. OLE color: 14166888.

HSL color Cylindrical-coordinate representation of color #682BD8: hue angle of 261.16º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #682BD8 is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 43 216 -
CMYK 0.52 0.80 0 0.15
HSL 261.16º 0.69% 0.51% -
HSV(B) 261.16º 0.8% 0.85% -
XYZ 18.97 9.63 65.82 -
YUV 80.96 204.21 144.43 -
System Red Green Blue C M Y K H S L
Decimal 104 43 216 0.52 0.80 0 0.15 261.16 0.69 0.51
Hex 68 2B D8 34 50 0 F 105 45 33
Octal 150 53 330 64 120 0 17 405 105 63
Binary 1101000 101011 11011000 110100 1010000 0 1111 100000101 1000101 110011

Color Harmonies of #682BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682BD8

Black with #682BD8

Text Example


Text Example

White with #682BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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