Html Css Color HEX #682FDD Purple Heart

📋 copy color: '#682FDD'

red 104 ◦ green 47 ◦ blue 221

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

Shades of Purple Heart #682FDD

Tints of Purple Heart #682FDD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.63%

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

R = 27.96%
G = 12.63%
B = 59.41%

CMYK

 C value IS 0.53

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#682FDD (or 0x682FDD) is known color: Purple Heart. HEX triplet: 68, 2F and DD. RGB value is (104,47,221). Sum of RGB (Red+Green+Blue) = 104+47+221=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 47 (18.75% from 255 or 12.63% from 372); Blue value is 221 (86.72% from 255 or 59.41% from 372); Max value from RGB is 221 - color contains mainly: blue. Hex color #682FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682FDD is #97D022. Grayscale: #535353. Windows color (decimal): -9949219 or 14495592. OLE color: 14495592.

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

Color convert

RGB 104 47 221 -
CMYK 0.53 0.79 0 0.13
HSL 259.66º 0.72% 0.53% -
HSV(B) 259.66º 0.79% 0.87% -
XYZ 19.78 10.2 69.33 -
YUV 83.88 205.38 142.35 -
System Red Green Blue C M Y K H S L
Decimal 104 47 221 0.53 0.79 0 0.13 259.66 0.72 0.53
Hex 68 2F DD 35 4F 0 D 104 48 35
Octal 150 57 335 65 117 0 15 404 110 65
Binary 1101000 101111 11011101 110101 1001111 0 1101 100000100 1001000 110101

Color Harmonies of #682FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682FDD

Black with #682FDD

Text Example


Text Example

White with #682FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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