Html Css Color HEX #682BD0 Purple Heart

📋 copy color: '#682BD0'

red 104 ◦ green 43 ◦ blue 208

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

Shades of Purple Heart #682BD0

Tints of Purple Heart #682BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 58.59%

R = 29.3%
G = 12.11%
B = 58.59%

CMYK

 C value IS 0.5

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#682BD0 (or 0x682BD0) is known color: Purple Heart. HEX triplet: 68, 2B and D0. RGB value is (104,43,208). Sum of RGB (Red+Green+Blue) = 104+43+208=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 43 (17.19% from 255 or 12.11% from 355); Blue value is 208 (81.64% from 255 or 58.59% from 355); Max value from RGB is 208 - color contains mainly: blue. Hex color #682BD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682BD0 is #97D42F. Grayscale: #4F4F4F. Windows color (decimal): -9950256 or 13642600. OLE color: 13642600.

HSL color Cylindrical-coordinate representation of color #682BD0: hue angle of 262.18º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #682BD0 is Cyan = 0.5, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 104 43 208 -
CMYK 0.5 0.79 0 0.18
HSL 262.18º 0.66% 0.49% -
HSV(B) 262.18º 0.79% 0.82% -
XYZ 17.96 9.22 60.51 -
YUV 80.05 200.21 145.08 -
System Red Green Blue C M Y K H S L
Decimal 104 43 208 0.5 0.79 0 0.18 262.18 0.66 0.49
Hex 68 2B D0 32 4F 0 12 106 42 31
Octal 150 53 320 62 117 0 22 406 102 61
Binary 1101000 101011 11010000 110010 1001111 0 10010 100000110 1000010 110001

Color Harmonies of #682BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682BD0

Black with #682BD0

Text Example


Text Example

White with #682BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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