Html Css Color HEX #680BCE Purple Heart

📋 copy color: '#680BCE'

red 104 ◦ green 11 ◦ blue 206

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

Shades of Purple Heart #680BCE

Tints of Purple Heart #680BCE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.43%

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

R = 32.4%
G = 3.43%
B = 64.17%

CMYK

 C value IS 0.50

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#680BCE (or 0x680BCE) is known color: Purple Heart. HEX triplet: 68, 0B and CE. RGB value is (104,11,206). Sum of RGB (Red+Green+Blue) = 104+11+206=321 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.40% from 321); Green value is 11 (4.69% from 255 or 3.43% from 321); Blue value is 206 (80.86% from 255 or 64.17% from 321); Max value from RGB is 206 - color contains mainly: blue. Hex color #680BCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680BCE is #97F431. Grayscale: #3C3C3C. Windows color (decimal): -9958450 or 13503336. OLE color: 13503336.

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

Color convert

RGB 104 11 206 -
CMYK 0.50 0.95 0 0.19
HSL 268.62º 0.9% 0.43% -
HSV(B) 268.62º 0.95% 0.81% -
XYZ 16.97 7.64 58.97 -
YUV 61.04 209.81 158.64 -
System Red Green Blue C M Y K H S L
Decimal 104 11 206 0.50 0.95 0 0.19 268.62 0.9 0.43
Hex 68 B CE 32 5F 0 13 10D 5A 2B
Octal 150 13 316 62 137 0 23 415 132 53
Binary 1101000 1011 11001110 110010 1011111 0 10011 100001101 1011010 101011

Color Harmonies of #680BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680BCE

Black with #680BCE

Text Example


Text Example

White with #680BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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