Html Css Color HEX #680FCE Purple Heart

📋 copy color: '#680FCE'

red 104 ◦ green 15 ◦ blue 206

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

Shades of Purple Heart #680FCE

Tints of Purple Heart #680FCE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.62%

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

R = 32%
G = 4.62%
B = 63.38%

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

#680FCE (or 0x680FCE) is known color: Purple Heart. HEX triplet: 68, 0F and CE. RGB value is (104,15,206). Sum of RGB (Red+Green+Blue) = 104+15+206=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 15 (6.25% from 255 or 4.62% from 325); Blue value is 206 (80.86% from 255 or 63.38% from 325); Max value from RGB is 206 - color contains mainly: blue. Hex color #680FCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680FCE is #97F031. Grayscale: #3E3E3E. Windows color (decimal): -9957426 or 13504360. OLE color: 13504360.

HSL color Cylindrical-coordinate representation of color #680FCE: hue angle of 267.96º degrees, saturation: 0.86, 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 #680FCE is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 15 206 -
CMYK 0.50 0.93 0 0.19
HSL 267.96º 0.86% 0.43% -
HSV(B) 267.96º 0.93% 0.81% -
XYZ 17.02 7.74 58.99 -
YUV 63.39 208.49 156.97 -
System Red Green Blue C M Y K H S L
Decimal 104 15 206 0.50 0.93 0 0.19 267.96 0.86 0.43
Hex 68 F CE 32 5D 0 13 10C 56 2B
Octal 150 17 316 62 135 0 23 414 126 53
Binary 1101000 1111 11001110 110010 1011101 0 10011 100001100 1010110 101011

Color Harmonies of #680FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680FCE

Black with #680FCE

Text Example


Text Example

White with #680FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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