Html Css Color HEX #682CBD Purple Heart

📋 copy color: '#682CBD'

red 104 ◦ green 44 ◦ blue 189

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

Shades of Purple Heart #682CBD

Tints of Purple Heart #682CBD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.06%

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

R = 30.86%
G = 13.06%
B = 56.08%

CMYK

 C value IS 0.45

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#682CBD (or 0x682CBD) is known color: Purple Heart. HEX triplet: 68, 2C and BD. RGB value is (104,44,189). Sum of RGB (Red+Green+Blue) = 104+44+189=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 44 (17.58% from 255 or 13.06% from 337); Blue value is 189 (74.22% from 255 or 56.08% from 337); Max value from RGB is 189 - color contains mainly: blue. Hex color #682CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682CBD is #97D342. Grayscale: #4D4D4D. Windows color (decimal): -9950019 or 12397672. OLE color: 12397672.

HSL color Cylindrical-coordinate representation of color #682CBD: hue angle of 264.83º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #682CBD is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 44 189 -
CMYK 0.45 0.77 0 0.26
HSL 264.83º 0.62% 0.46% -
HSV(B) 264.83º 0.77% 0.74% -
XYZ 15.79 8.42 48.94 -
YUV 78.47 190.38 146.21 -
System Red Green Blue C M Y K H S L
Decimal 104 44 189 0.45 0.77 0 0.26 264.83 0.62 0.46
Hex 68 2C BD 2D 4D 0 1A 109 3E 2E
Octal 150 54 275 55 115 0 32 411 76 56
Binary 1101000 101100 10111101 101101 1001101 0 11010 100001001 111110 101110

Color Harmonies of #682CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682CBD

Black with #682CBD

Text Example


Text Example

White with #682CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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