Html Css Color HEX #682ECF Purple Heart

📋 copy color: '#682ECF'

red 104 ◦ green 46 ◦ blue 207

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

Shades of Purple Heart #682ECF

Tints of Purple Heart #682ECF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.89%

 BLUE value IS 207 (81.25% from 255) = 57.98%

R = 29.13%
G = 12.89%
B = 57.98%

CMYK

 C value IS 0.50

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#682ECF (or 0x682ECF) is known color: Purple Heart. HEX triplet: 68, 2E and CF. RGB value is (104,46,207). Sum of RGB (Red+Green+Blue) = 104+46+207=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 46 (18.36% from 255 or 12.89% from 357); Blue value is 207 (81.25% from 255 or 57.98% from 357); Max value from RGB is 207 - color contains mainly: blue. Hex color #682ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682ECF is #97D130. Grayscale: #515151. Windows color (decimal): -9949489 or 13577832. OLE color: 13577832.

HSL color Cylindrical-coordinate representation of color #682ECF: hue angle of 261.61º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #682ECF is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 46 207 -
CMYK 0.50 0.78 0 0.19
HSL 261.61º 0.64% 0.5% -
HSV(B) 261.61º 0.78% 0.81% -
XYZ 17.95 9.4 59.9 -
YUV 81.7 198.72 143.91 -
System Red Green Blue C M Y K H S L
Decimal 104 46 207 0.50 0.78 0 0.19 261.61 0.64 0.5
Hex 68 2E CF 32 4E 0 13 106 40 32
Octal 150 56 317 62 116 0 23 406 100 62
Binary 1101000 101110 11001111 110010 1001110 0 10011 100000110 1000000 110010

Color Harmonies of #682ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682ECF

Black with #682ECF

Text Example


Text Example

White with #682ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,46,207); }

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

background-color css

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

 a { background-color: rgb(104,46,207); }

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

border-color css

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

 span { border-color: rgb(104,46,207); }

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