Html Css Color HEX #682DBD Purple Heart

📋 copy color: '#682DBD'

red 104 ◦ green 45 ◦ blue 189

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

Shades of Purple Heart #682DBD

Tints of Purple Heart #682DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 55.92%

R = 30.77%
G = 13.31%
B = 55.92%

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

#682DBD (or 0x682DBD) is known color: Purple Heart. HEX triplet: 68, 2D and BD. RGB value is (104,45,189). Sum of RGB (Red+Green+Blue) = 104+45+189=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 45 (17.97% from 255 or 13.31% from 338); Blue value is 189 (74.22% from 255 or 55.92% from 338); Max value from RGB is 189 - color contains mainly: blue. Hex color #682DBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682DBD is #97D242. Grayscale: #4E4E4E. Windows color (decimal): -9949763 or 12397928. OLE color: 12397928.

HSL color Cylindrical-coordinate representation of color #682DBD: hue angle of 264.58º degrees, saturation: 0.62, 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 #682DBD is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 45 189 -
CMYK 0.45 0.76 0 0.26
HSL 264.58º 0.62% 0.46% -
HSV(B) 264.58º 0.76% 0.74% -
XYZ 15.83 8.49 48.95 -
YUV 79.06 190.05 145.79 -
System Red Green Blue C M Y K H S L
Decimal 104 45 189 0.45 0.76 0 0.26 264.58 0.62 0.46
Hex 68 2D BD 2D 4C 0 1A 109 3E 2E
Octal 150 55 275 55 114 0 32 411 76 56
Binary 1101000 101101 10111101 101101 1001100 0 11010 100001001 111110 101110

Color Harmonies of #682DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682DBD

Black with #682DBD

Text Example


Text Example

White with #682DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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