Html Css Color HEX #681FBC Purple Heart

📋 copy color: '#681FBC'

red 104 ◦ green 31 ◦ blue 188

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

Shades of Purple Heart #681FBC

Tints of Purple Heart #681FBC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.6%

 BLUE value IS 188 (73.83% from 255) = 58.2%

R = 32.2%
G = 9.6%
B = 58.2%

CMYK

 C value IS 0.45

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#681FBC (or 0x681FBC) is known color: Purple Heart. HEX triplet: 68, 1F and BC. RGB value is (104,31,188). Sum of RGB (Red+Green+Blue) = 104+31+188=323 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.20% from 323); Green value is 31 (12.5% from 255 or 9.60% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #681FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681FBC is #97E043. Grayscale: #464646. Windows color (decimal): -9953348 or 12328808. OLE color: 12328808.

HSL color Cylindrical-coordinate representation of color #681FBC: hue angle of 267.9º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #681FBC is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 31 188 -
CMYK 0.45 0.84 0 0.26
HSL 267.9º 0.72% 0.43% -
HSV(B) 267.9º 0.84% 0.74% -
XYZ 15.28 7.55 48.23 -
YUV 70.73 194.18 151.73 -
System Red Green Blue C M Y K H S L
Decimal 104 31 188 0.45 0.84 0 0.26 267.9 0.72 0.43
Hex 68 1F BC 2D 54 0 1A 10C 48 2B
Octal 150 37 274 55 124 0 32 414 110 53
Binary 1101000 11111 10111100 101101 1010100 0 11010 100001100 1001000 101011

Color Harmonies of #681FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681FBC

Black with #681FBC

Text Example


Text Example

White with #681FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681FBC; }

 p { color: rgb(104,31,188); }

 H1.HeaderClassName
 {
   color: #681FBC;
 }
 .AnyTagClassName
 {
   color: #681FBC;
 }
</style>

background-color css

<style>
 a { background-color: #681FBC; }

 a { background-color: rgb(104,31,188); }

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

border-color css

<style>
 span { border-color: #681FBC; }

 span { border-color: rgb(104,31,188); }

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