Html Css Color HEX #682DBB Purple Heart

📋 copy color: '#682DBB'

red 104 ◦ green 45 ◦ blue 187

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

Shades of Purple Heart #682DBB

Tints of Purple Heart #682DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 55.65%

R = 30.95%
G = 13.39%
B = 55.65%

CMYK

 C value IS 0.44

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#682DBB (or 0x682DBB) is known color: Purple Heart. HEX triplet: 68, 2D and BB. RGB value is (104,45,187). Sum of RGB (Red+Green+Blue) = 104+45+187=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 187 (73.44% from 255 or 55.65% from 336); Max value from RGB is 187 - color contains mainly: blue. Hex color #682DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682DBB is #97D244. Grayscale: #4E4E4E. Windows color (decimal): -9949765 or 12266856. OLE color: 12266856.

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

Color convert

RGB 104 45 187 -
CMYK 0.44 0.76 0 0.27
HSL 264.93º 0.61% 0.45% -
HSV(B) 264.93º 0.76% 0.73% -
XYZ 15.62 8.41 47.81 -
YUV 78.83 189.05 145.95 -
System Red Green Blue C M Y K H S L
Decimal 104 45 187 0.44 0.76 0 0.27 264.93 0.61 0.45
Hex 68 2D BB 2C 4C 0 1B 109 3D 2D
Octal 150 55 273 54 114 0 33 411 75 55
Binary 1101000 101101 10111011 101100 1001100 0 11011 100001001 111101 101101

Color Harmonies of #682DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682DBB

Black with #682DBB

Text Example


Text Example

White with #682DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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