Html Css Color HEX #680DD7 Purple Heart

📋 copy color: '#680DD7'

red 104 ◦ green 13 ◦ blue 215

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

Shades of Purple Heart #680DD7

Tints of Purple Heart #680DD7

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.92%

 BLUE value IS 215 (84.38% from 255) = 64.76%

R = 31.33%
G = 3.92%
B = 64.76%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#680DD7 (or 0x680DD7) is known color: Purple Heart. HEX triplet: 68, 0D and D7. RGB value is (104,13,215). Sum of RGB (Red+Green+Blue) = 104+13+215=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 13 (5.47% from 255 or 3.92% from 332); Blue value is 215 (84.38% from 255 or 64.76% from 332); Max value from RGB is 215 - color contains mainly: blue. Hex color #680DD7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680DD7 is #97F228. Grayscale: #3E3E3E. Windows color (decimal): -9957929 or 14093672. OLE color: 14093672.

HSL color Cylindrical-coordinate representation of color #680DD7: hue angle of 267.03º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680DD7 is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 13 215 -
CMYK 0.52 0.94 0 0.16
HSL 267.03º 0.89% 0.45% -
HSV(B) 267.03º 0.94% 0.84% -
XYZ 18.12 8.14 64.91 -
YUV 63.24 213.65 157.07 -
System Red Green Blue C M Y K H S L
Decimal 104 13 215 0.52 0.94 0 0.16 267.03 0.89 0.45
Hex 68 D D7 34 5E 0 10 10B 59 2D
Octal 150 15 327 64 136 0 20 413 131 55
Binary 1101000 1101 11010111 110100 1011110 0 10000 100001011 1011001 101101

Color Harmonies of #680DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680DD7

Black with #680DD7

Text Example


Text Example

White with #680DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,13,215); }

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

background-color css

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

 a { background-color: rgb(104,13,215); }

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

border-color css

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

 span { border-color: rgb(104,13,215); }

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