Html Css Color HEX #682DBF Purple Heart

📋 copy color: '#682DBF'

red 104 ◦ green 45 ◦ blue 191

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

Shades of Purple Heart #682DBF

Tints of Purple Heart #682DBF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.24%

 BLUE value IS 191 (75% from 255) = 56.18%

R = 30.59%
G = 13.24%
B = 56.18%

CMYK

 C value IS 0.46

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#682DBF (or 0x682DBF) is known color: Purple Heart. HEX triplet: 68, 2D and BF. RGB value is (104,45,191). Sum of RGB (Red+Green+Blue) = 104+45+191=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 45 (17.97% from 255 or 13.24% from 340); Blue value is 191 (75% from 255 or 56.18% from 340); Max value from RGB is 191 - color contains mainly: blue. Hex color #682DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682DBF is #97D240. Grayscale: #4E4E4E. Windows color (decimal): -9949761 or 12529000. OLE color: 12529000.

HSL color Cylindrical-coordinate representation of color #682DBF: hue angle of 264.25º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #682DBF is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 45 191 -
CMYK 0.46 0.76 0 0.25
HSL 264.25º 0.62% 0.46% -
HSV(B) 264.25º 0.76% 0.75% -
XYZ 16.05 8.58 50.1 -
YUV 79.29 191.05 145.63 -
System Red Green Blue C M Y K H S L
Decimal 104 45 191 0.46 0.76 0 0.25 264.25 0.62 0.46
Hex 68 2D BF 2E 4C 0 19 108 3E 2E
Octal 150 55 277 56 114 0 31 410 76 56
Binary 1101000 101101 10111111 101110 1001100 0 11001 100001000 111110 101110

Color Harmonies of #682DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682DBF

Black with #682DBF

Text Example


Text Example

White with #682DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,45,191); }

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

background-color css

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

 a { background-color: rgb(104,45,191); }

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

border-color css

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

 span { border-color: rgb(104,45,191); }

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