Html Css Color HEX #682CDA Purple Heart

📋 copy color: '#682CDA'

red 104 ◦ green 44 ◦ blue 218

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

Shades of Purple Heart #682CDA

Tints of Purple Heart #682CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 59.56%

R = 28.42%
G = 12.02%
B = 59.56%

CMYK

 C value IS 0.52

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#682CDA (or 0x682CDA) is known color: Purple Heart. HEX triplet: 68, 2C and DA. RGB value is (104,44,218). Sum of RGB (Red+Green+Blue) = 104+44+218=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 44 (17.58% from 255 or 12.02% from 366); Blue value is 218 (85.55% from 255 or 59.56% from 366); Max value from RGB is 218 - color contains mainly: blue. Hex color #682CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682CDA is #97D325. Grayscale: #515151. Windows color (decimal): -9949990 or 14298216. OLE color: 14298216.

HSL color Cylindrical-coordinate representation of color #682CDA: hue angle of 260.69º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #682CDA is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 44 218 -
CMYK 0.52 0.80 0 0.15
HSL 260.69º 0.7% 0.51% -
HSV(B) 260.69º 0.8% 0.85% -
XYZ 19.26 9.81 67.21 -
YUV 81.78 204.88 143.85 -
System Red Green Blue C M Y K H S L
Decimal 104 44 218 0.52 0.80 0 0.15 260.69 0.7 0.51
Hex 68 2C DA 34 50 0 F 105 46 33
Octal 150 54 332 64 120 0 17 405 106 63
Binary 1101000 101100 11011010 110100 1010000 0 1111 100000101 1000110 110011

Color Harmonies of #682CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682CDA

Black with #682CDA

Text Example


Text Example

White with #682CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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