Html Css Color HEX #682ECE Purple Heart

📋 copy color: '#682ECE'

red 104 ◦ green 46 ◦ blue 206

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

Shades of Purple Heart #682ECE

Tints of Purple Heart #682ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 57.87%

R = 29.21%
G = 12.92%
B = 57.87%

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

#682ECE (or 0x682ECE) is known color: Purple Heart. HEX triplet: 68, 2E and CE. RGB value is (104,46,206). Sum of RGB (Red+Green+Blue) = 104+46+206=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 46 (18.36% from 255 or 12.92% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #682ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682ECE is #97D131. Grayscale: #515151. Windows color (decimal): -9949490 or 13512296. OLE color: 13512296.

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

Color convert

RGB 104 46 206 -
CMYK 0.50 0.78 0 0.19
HSL 261.75º 0.63% 0.49% -
HSV(B) 261.75º 0.78% 0.81% -
XYZ 17.83 9.35 59.26 -
YUV 81.58 198.22 143.99 -
System Red Green Blue C M Y K H S L
Decimal 104 46 206 0.50 0.78 0 0.19 261.75 0.63 0.49
Hex 68 2E CE 32 4E 0 13 106 3F 31
Octal 150 56 316 62 116 0 23 406 77 61
Binary 1101000 101110 11001110 110010 1001110 0 10011 100000110 111111 110001

Color Harmonies of #682ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682ECE

Black with #682ECE

Text Example


Text Example

White with #682ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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