Html Css Color HEX #680CBF Purple Heart

📋 copy color: '#680CBF'

red 104 ◦ green 12 ◦ blue 191

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

Shades of Purple Heart #680CBF

Tints of Purple Heart #680CBF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.91%

 BLUE value IS 191 (75% from 255) = 62.21%

R = 33.88%
G = 3.91%
B = 62.21%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#680CBF (or 0x680CBF) is known color: Purple Heart. HEX triplet: 68, 0C and BF. RGB value is (104,12,191). Sum of RGB (Red+Green+Blue) = 104+12+191=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 12 (5.08% from 255 or 3.91% from 307); Blue value is 191 (75% from 255 or 62.21% from 307); Max value from RGB is 191 - color contains mainly: blue. Hex color #680CBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680CBF is #97F340. Grayscale: #3B3B3B. Windows color (decimal): -9958209 or 12520552. OLE color: 12520552.

HSL color Cylindrical-coordinate representation of color #680CBF: hue angle of 270.84º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680CBF is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 12 191 -
CMYK 0.46 0.94 0 0.25
HSL 270.84º 0.88% 0.4% -
HSV(B) 270.84º 0.94% 0.75% -
XYZ 15.24 6.97 49.83 -
YUV 59.91 201.98 159.45 -
System Red Green Blue C M Y K H S L
Decimal 104 12 191 0.46 0.94 0 0.25 270.84 0.88 0.4
Hex 68 C BF 2E 5E 0 19 10F 58 28
Octal 150 14 277 56 136 0 31 417 130 50
Binary 1101000 1100 10111111 101110 1011110 0 11001 100001111 1011000 101000

Color Harmonies of #680CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680CBF

Black with #680CBF

Text Example


Text Example

White with #680CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,12,191); }

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

background-color css

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

 a { background-color: rgb(104,12,191); }

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

border-color css

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

 span { border-color: rgb(104,12,191); }

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