Html Css Color HEX #680ECF Purple Heart

📋 copy color: '#680ECF'

red 104 ◦ green 14 ◦ blue 207

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

Shades of Purple Heart #680ECF

Tints of Purple Heart #680ECF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.31%

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

R = 32%
G = 4.31%
B = 63.69%

CMYK

 C value IS 0.50

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#680ECF (or 0x680ECF) is known color: Purple Heart. HEX triplet: 68, 0E and CF. RGB value is (104,14,207). Sum of RGB (Red+Green+Blue) = 104+14+207=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 14 (5.86% from 255 or 4.31% from 325); Blue value is 207 (81.25% from 255 or 63.69% from 325); Max value from RGB is 207 - color contains mainly: blue. Hex color #680ECF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680ECF is #97F130. Grayscale: #3E3E3E. Windows color (decimal): -9957681 or 13569640. OLE color: 13569640.

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

Color convert

RGB 104 14 207 -
CMYK 0.50 0.93 0 0.19
HSL 267.98º 0.87% 0.43% -
HSV(B) 267.98º 0.93% 0.81% -
XYZ 17.13 7.76 59.63 -
YUV 62.91 209.32 157.31 -
System Red Green Blue C M Y K H S L
Decimal 104 14 207 0.50 0.93 0 0.19 267.98 0.87 0.43
Hex 68 E CF 32 5D 0 13 10C 57 2B
Octal 150 16 317 62 135 0 23 414 127 53
Binary 1101000 1110 11001111 110010 1011101 0 10011 100001100 1010111 101011

Color Harmonies of #680ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680ECF

Black with #680ECF

Text Example


Text Example

White with #680ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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