Html Css Color HEX #680FCF Purple Heart

📋 copy color: '#680FCF'

red 104 ◦ green 15 ◦ blue 207

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

Shades of Purple Heart #680FCF

Tints of Purple Heart #680FCF

RGB

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

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

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

R = 31.9%
G = 4.6%
B = 63.5%

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

#680FCF (or 0x680FCF) is known color: Purple Heart. HEX triplet: 68, 0F and CF. RGB value is (104,15,207). Sum of RGB (Red+Green+Blue) = 104+15+207=326 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.90% from 326); Green value is 15 (6.25% from 255 or 4.60% from 326); Blue value is 207 (81.25% from 255 or 63.50% from 326); Max value from RGB is 207 - color contains mainly: blue. Hex color #680FCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680FCF is #97F030. Grayscale: #3E3E3E. Windows color (decimal): -9957425 or 13569896. OLE color: 13569896.

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

Color convert

RGB 104 15 207 -
CMYK 0.50 0.93 0 0.19
HSL 267.81º 0.86% 0.44% -
HSV(B) 267.81º 0.93% 0.81% -
XYZ 17.14 7.79 59.63 -
YUV 63.5 208.99 156.89 -
System Red Green Blue C M Y K H S L
Decimal 104 15 207 0.50 0.93 0 0.19 267.81 0.86 0.44
Hex 68 F CF 32 5D 0 13 10C 56 2C
Octal 150 17 317 62 135 0 23 414 126 54
Binary 1101000 1111 11001111 110010 1011101 0 10011 100001100 1010110 101100

Color Harmonies of #680FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680FCF

Black with #680FCF

Text Example


Text Example

White with #680FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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