Html Css Color HEX #682BD3 Purple Heart

📋 copy color: '#682BD3'

red 104 ◦ green 43 ◦ blue 211

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

Shades of Purple Heart #682BD3

Tints of Purple Heart #682BD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 58.94%

R = 29.05%
G = 12.01%
B = 58.94%

CMYK

 C value IS 0.51

 M value IS 0.80

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#682BD3 (or 0x682BD3) is known color: Purple Heart. HEX triplet: 68, 2B and D3. RGB value is (104,43,211). Sum of RGB (Red+Green+Blue) = 104+43+211=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 43 (17.19% from 255 or 12.01% from 358); Blue value is 211 (82.81% from 255 or 58.94% from 358); Max value from RGB is 211 - color contains mainly: blue. Hex color #682BD3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682BD3 is #97D42C. Grayscale: #4F4F4F. Windows color (decimal): -9950253 or 13839208. OLE color: 13839208.

HSL color Cylindrical-coordinate representation of color #682BD3: hue angle of 261.79º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #682BD3 is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 104 43 211 -
CMYK 0.51 0.80 0 0.17
HSL 261.79º 0.66% 0.5% -
HSV(B) 261.79º 0.8% 0.83% -
XYZ 18.33 9.37 62.47 -
YUV 80.39 201.71 144.84 -
System Red Green Blue C M Y K H S L
Decimal 104 43 211 0.51 0.80 0 0.17 261.79 0.66 0.5
Hex 68 2B D3 33 50 0 11 106 42 32
Octal 150 53 323 63 120 0 21 406 102 62
Binary 1101000 101011 11010011 110011 1010000 0 10001 100000110 1000010 110010

Color Harmonies of #682BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682BD3

Black with #682BD3

Text Example


Text Example

White with #682BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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