Html Css Color HEX #682DDD Purple Heart

📋 copy color: '#682DDD'

red 104 ◦ green 45 ◦ blue 221

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

Shades of Purple Heart #682DDD

Tints of Purple Heart #682DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.73%

R = 28.11%
G = 12.16%
B = 59.73%

CMYK

 C value IS 0.53

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#682DDD (or 0x682DDD) is known color: Purple Heart. HEX triplet: 68, 2D and DD. RGB value is (104,45,221). Sum of RGB (Red+Green+Blue) = 104+45+221=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #682DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682DDD is #97D222. Grayscale: #525252. Windows color (decimal): -9949731 or 14495080. OLE color: 14495080.

HSL color Cylindrical-coordinate representation of color #682DDD: hue angle of 260.11º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #682DDD is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 45 221 -
CMYK 0.53 0.80 0 0.13
HSL 260.11º 0.72% 0.52% -
HSV(B) 260.11º 0.8% 0.87% -
XYZ 19.7 10.04 69.31 -
YUV 82.71 206.05 143.19 -
System Red Green Blue C M Y K H S L
Decimal 104 45 221 0.53 0.80 0 0.13 260.11 0.72 0.52
Hex 68 2D DD 35 50 0 D 104 48 34
Octal 150 55 335 65 120 0 15 404 110 64
Binary 1101000 101101 11011101 110101 1010000 0 1101 100000100 1001000 110100

Color Harmonies of #682DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682DDD

Black with #682DDD

Text Example


Text Example

White with #682DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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