Html Css Color HEX #681CCF Purple Heart

📋 copy color: '#681CCF'

red 104 ◦ green 28 ◦ blue 207

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

Shades of Purple Heart #681CCF

Tints of Purple Heart #681CCF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.26%

 BLUE value IS 207 (81.25% from 255) = 61.06%

R = 30.68%
G = 8.26%
B = 61.06%

CMYK

 C value IS 0.50

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#681CCF (or 0x681CCF) is known color: Purple Heart. HEX triplet: 68, 1C and CF. RGB value is (104,28,207). Sum of RGB (Red+Green+Blue) = 104+28+207=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 28 (11.33% from 255 or 8.26% from 339); Blue value is 207 (81.25% from 255 or 61.06% from 339); Max value from RGB is 207 - color contains mainly: blue. Hex color #681CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681CCF is #97E330. Grayscale: #464646. Windows color (decimal): -9954097 or 13573224. OLE color: 13573224.

HSL color Cylindrical-coordinate representation of color #681CCF: hue angle of 265.47º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #681CCF is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 28 207 -
CMYK 0.50 0.86 0 0.19
HSL 265.47º 0.76% 0.46% -
HSV(B) 265.47º 0.86% 0.81% -
XYZ 17.39 8.28 59.71 -
YUV 71.13 204.68 151.45 -
System Red Green Blue C M Y K H S L
Decimal 104 28 207 0.50 0.86 0 0.19 265.47 0.76 0.46
Hex 68 1C CF 32 56 0 13 109 4C 2E
Octal 150 34 317 62 126 0 23 411 114 56
Binary 1101000 11100 11001111 110010 1010110 0 10011 100001001 1001100 101110

Color Harmonies of #681CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681CCF

Black with #681CCF

Text Example


Text Example

White with #681CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,28,207); }

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

background-color css

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

 a { background-color: rgb(104,28,207); }

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

border-color css

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

 span { border-color: rgb(104,28,207); }

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