Html Css Color HEX #680DD4 Purple Heart

📋 copy color: '#680DD4'

red 104 ◦ green 13 ◦ blue 212

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

Shades of Purple Heart #680DD4

Tints of Purple Heart #680DD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 64.44%

R = 31.61%
G = 3.95%
B = 64.44%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#680DD4 (or 0x680DD4) is known color: Purple Heart. HEX triplet: 68, 0D and D4. RGB value is (104,13,212). Sum of RGB (Red+Green+Blue) = 104+13+212=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 13 (5.47% from 255 or 3.95% from 329); Blue value is 212 (83.20% from 255 or 64.44% from 329); Max value from RGB is 212 - color contains mainly: blue. Hex color #680DD4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680DD4 is #97F22B. Grayscale: #3E3E3E. Windows color (decimal): -9957932 or 13897064. OLE color: 13897064.

HSL color Cylindrical-coordinate representation of color #680DD4: hue angle of 267.44º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680DD4 is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 104 13 212 -
CMYK 0.51 0.94 0 0.17
HSL 267.44º 0.88% 0.44% -
HSV(B) 267.44º 0.94% 0.83% -
XYZ 17.74 7.98 62.89 -
YUV 62.9 212.15 157.32 -
System Red Green Blue C M Y K H S L
Decimal 104 13 212 0.51 0.94 0 0.17 267.44 0.88 0.44
Hex 68 D D4 33 5E 0 11 10B 58 2C
Octal 150 15 324 63 136 0 21 413 130 54
Binary 1101000 1101 11010100 110011 1011110 0 10001 100001011 1011000 101100

Color Harmonies of #680DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680DD4

Black with #680DD4

Text Example


Text Example

White with #680DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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