Html Css Color HEX #681FB4 Purple Heart

📋 copy color: '#681FB4'

red 104 ◦ green 31 ◦ blue 180

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

Shades of Purple Heart #681FB4

Tints of Purple Heart #681FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 57.14%

R = 33.02%
G = 9.84%
B = 57.14%

CMYK

 C value IS 0.42

 M value IS 0.83

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#681FB4 (or 0x681FB4) is known color: Purple Heart. HEX triplet: 68, 1F and B4. RGB value is (104,31,180). Sum of RGB (Red+Green+Blue) = 104+31+180=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 31 (12.5% from 255 or 9.84% from 315); Blue value is 180 (70.70% from 255 or 57.14% from 315); Max value from RGB is 180 - color contains mainly: blue. Hex color #681FB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681FB4 is #97E04B. Grayscale: #454545. Windows color (decimal): -9953356 or 11804520. OLE color: 11804520.

HSL color Cylindrical-coordinate representation of color #681FB4: hue angle of 269.4º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #681FB4 is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 104 31 180 -
CMYK 0.42 0.83 0 0.29
HSL 269.4º 0.71% 0.41% -
HSV(B) 269.4º 0.83% 0.71% -
XYZ 14.44 7.22 43.81 -
YUV 69.81 190.18 152.38 -
System Red Green Blue C M Y K H S L
Decimal 104 31 180 0.42 0.83 0 0.29 269.4 0.71 0.41
Hex 68 1F B4 2A 53 0 1D 10D 47 29
Octal 150 37 264 52 123 0 35 415 107 51
Binary 1101000 11111 10110100 101010 1010011 0 11101 100001101 1000111 101001

Color Harmonies of #681FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681FB4

Black with #681FB4

Text Example


Text Example

White with #681FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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