Html Css Color HEX #680BD4 Purple Heart

📋 copy color: '#680BD4'

red 104 ◦ green 11 ◦ blue 212

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

Shades of Purple Heart #680BD4

Tints of Purple Heart #680BD4

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.36%

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

R = 31.8%
G = 3.36%
B = 64.83%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#680BD4 (or 0x680BD4) is known color: Purple Heart. HEX triplet: 68, 0B and D4. RGB value is (104,11,212). Sum of RGB (Red+Green+Blue) = 104+11+212=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 11 (4.69% from 255 or 3.36% from 327); Blue value is 212 (83.20% from 255 or 64.83% from 327); Max value from RGB is 212 - color contains mainly: blue. Hex color #680BD4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680BD4 is #97F42B. Grayscale: #3D3D3D. Windows color (decimal): -9958444 or 13896552. OLE color: 13896552.

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

Color convert

RGB 104 11 212 -
CMYK 0.51 0.95 0 0.17
HSL 267.76º 0.9% 0.44% -
HSV(B) 267.76º 0.95% 0.83% -
XYZ 17.71 7.94 62.89 -
YUV 61.72 212.81 158.16 -
System Red Green Blue C M Y K H S L
Decimal 104 11 212 0.51 0.95 0 0.17 267.76 0.9 0.44
Hex 68 B D4 33 5F 0 11 10C 5A 2C
Octal 150 13 324 63 137 0 21 414 132 54
Binary 1101000 1011 11010100 110011 1011111 0 10001 100001100 1011010 101100

Color Harmonies of #680BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680BD4

Black with #680BD4

Text Example


Text Example

White with #680BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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