Html Css Color HEX #682EC5 Purple Heart

📋 copy color: '#682EC5'

red 104 ◦ green 46 ◦ blue 197

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

Shades of Purple Heart #682EC5

Tints of Purple Heart #682EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 56.77%

R = 29.97%
G = 13.26%
B = 56.77%

CMYK

 C value IS 0.47

 M value IS 0.77

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#682EC5 (or 0x682EC5) is known color: Purple Heart. HEX triplet: 68, 2E and C5. RGB value is (104,46,197). Sum of RGB (Red+Green+Blue) = 104+46+197=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 46 (18.36% from 255 or 13.26% from 347); Blue value is 197 (77.34% from 255 or 56.77% from 347); Max value from RGB is 197 - color contains mainly: blue. Hex color #682EC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682EC5 is #97D13A. Grayscale: #505050. Windows color (decimal): -9949499 or 12922472. OLE color: 12922472.

HSL color Cylindrical-coordinate representation of color #682EC5: hue angle of 263.05º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #682EC5 is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 104 46 197 -
CMYK 0.47 0.77 0 0.23
HSL 263.05º 0.62% 0.48% -
HSV(B) 263.05º 0.77% 0.77% -
XYZ 16.76 8.93 53.66 -
YUV 80.56 193.72 144.72 -
System Red Green Blue C M Y K H S L
Decimal 104 46 197 0.47 0.77 0 0.23 263.05 0.62 0.48
Hex 68 2E C5 2F 4D 0 17 107 3E 30
Octal 150 56 305 57 115 0 27 407 76 60
Binary 1101000 101110 11000101 101111 1001101 0 10111 100000111 111110 110000

Color Harmonies of #682EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682EC5

Black with #682EC5

Text Example


Text Example

White with #682EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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