Html Css Color HEX #680FDA Purple Heart

📋 copy color: '#680FDA'

red 104 ◦ green 15 ◦ blue 218

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

Shades of Purple Heart #680FDA

Tints of Purple Heart #680FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 64.69%

R = 30.86%
G = 4.45%
B = 64.69%

CMYK

 C value IS 0.52

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#680FDA (or 0x680FDA) is known color: Purple Heart. HEX triplet: 68, 0F and DA. RGB value is (104,15,218). Sum of RGB (Red+Green+Blue) = 104+15+218=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 15 (6.25% from 255 or 4.45% from 337); Blue value is 218 (85.55% from 255 or 64.69% from 337); Max value from RGB is 218 - color contains mainly: blue. Hex color #680FDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680FDA is #97F025. Grayscale: #404040. Windows color (decimal): -9957414 or 14290792. OLE color: 14290792.

HSL color Cylindrical-coordinate representation of color #680FDA: hue angle of 266.31º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #680FDA is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 15 218 -
CMYK 0.52 0.93 0 0.15
HSL 266.31º 0.87% 0.46% -
HSV(B) 266.31º 0.93% 0.85% -
XYZ 18.53 8.35 66.96 -
YUV 64.75 214.49 155.99 -
System Red Green Blue C M Y K H S L
Decimal 104 15 218 0.52 0.93 0 0.15 266.31 0.87 0.46
Hex 68 F DA 34 5D 0 F 10A 57 2E
Octal 150 17 332 64 135 0 17 412 127 56
Binary 1101000 1111 11011010 110100 1011101 0 1111 100001010 1010111 101110

Color Harmonies of #680FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680FDA

Black with #680FDA

Text Example


Text Example

White with #680FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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