Html Css Color HEX #681FCF Purple Heart

📋 copy color: '#681FCF'

red 104 ◦ green 31 ◦ blue 207

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

Shades of Purple Heart #681FCF

Tints of Purple Heart #681FCF

RGB

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

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

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

R = 30.41%
G = 9.06%
B = 60.53%

CMYK

 C value IS 0.50

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#681FCF (or 0x681FCF) is known color: Purple Heart. HEX triplet: 68, 1F and CF. RGB value is (104,31,207). Sum of RGB (Red+Green+Blue) = 104+31+207=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 31 (12.5% from 255 or 9.06% from 342); Blue value is 207 (81.25% from 255 or 60.53% from 342); Max value from RGB is 207 - color contains mainly: blue. Hex color #681FCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681FCF is #97E030. Grayscale: #484848. Windows color (decimal): -9953329 or 13573992. OLE color: 13573992.

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

Color convert

RGB 104 31 207 -
CMYK 0.50 0.85 0 0.19
HSL 264.89º 0.74% 0.47% -
HSV(B) 264.89º 0.85% 0.81% -
XYZ 17.46 8.43 59.74 -
YUV 72.89 203.68 150.19 -
System Red Green Blue C M Y K H S L
Decimal 104 31 207 0.50 0.85 0 0.19 264.89 0.74 0.47
Hex 68 1F CF 32 55 0 13 109 4A 2F
Octal 150 37 317 62 125 0 23 411 112 57
Binary 1101000 11111 11001111 110010 1010101 0 10011 100001001 1001010 101111

Color Harmonies of #681FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681FCF

Black with #681FCF

Text Example


Text Example

White with #681FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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