Html Css Color HEX #681FCC Purple Heart

📋 copy color: '#681FCC'

red 104 ◦ green 31 ◦ blue 204

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

Shades of Purple Heart #681FCC

Tints of Purple Heart #681FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 60.18%

R = 30.68%
G = 9.14%
B = 60.18%

CMYK

 C value IS 0.49

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#681FCC (or 0x681FCC) is known color: Purple Heart. HEX triplet: 68, 1F and CC. RGB value is (104,31,204). Sum of RGB (Red+Green+Blue) = 104+31+204=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 31 (12.5% from 255 or 9.14% from 339); Blue value is 204 (80.08% from 255 or 60.18% from 339); Max value from RGB is 204 - color contains mainly: blue. Hex color #681FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681FCC is #97E033. Grayscale: #474747. Windows color (decimal): -9953332 or 13377384. OLE color: 13377384.

HSL color Cylindrical-coordinate representation of color #681FCC: hue angle of 265.32º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #681FCC is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 104 31 204 -
CMYK 0.49 0.85 0 0.2
HSL 265.32º 0.74% 0.46% -
HSV(B) 265.32º 0.85% 0.8% -
XYZ 17.1 8.28 57.82 -
YUV 72.55 202.18 150.43 -
System Red Green Blue C M Y K H S L
Decimal 104 31 204 0.49 0.85 0 0.2 265.32 0.74 0.46
Hex 68 1F CC 31 55 0 14 109 4A 2E
Octal 150 37 314 61 125 0 24 411 112 56
Binary 1101000 11111 11001100 110001 1010101 0 10100 100001001 1001010 101110

Color Harmonies of #681FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681FCC

Black with #681FCC

Text Example


Text Example

White with #681FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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