Html Css Color HEX #681EAF Purple Heart

📋 copy color: '#681EAF'

red 104 ◦ green 30 ◦ blue 175

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

Shades of Purple Heart #681EAF

Tints of Purple Heart #681EAF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.71%

 BLUE value IS 175 (68.75% from 255) = 56.63%

R = 33.66%
G = 9.71%
B = 56.63%

CMYK

 C value IS 0.41

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#681EAF (or 0x681EAF) is known color: Purple Heart. HEX triplet: 68, 1E and AF. RGB value is (104,30,175). Sum of RGB (Red+Green+Blue) = 104+30+175=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 30 (12.11% from 255 or 9.71% from 309); Blue value is 175 (68.75% from 255 or 56.63% from 309); Max value from RGB is 175 - color contains mainly: blue. Hex color #681EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681EAF is #97E150. Grayscale: #444444. Windows color (decimal): -9953617 or 11476584. OLE color: 11476584.

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

Color convert

RGB 104 30 175 -
CMYK 0.41 0.83 0 0.31
HSL 270.62º 0.71% 0.4% -
HSV(B) 270.62º 0.83% 0.69% -
XYZ 13.91 6.97 41.17 -
YUV 68.66 188.02 153.21 -
System Red Green Blue C M Y K H S L
Decimal 104 30 175 0.41 0.83 0 0.31 270.62 0.71 0.4
Hex 68 1E AF 29 53 0 1F 10F 47 28
Octal 150 36 257 51 123 0 37 417 107 50
Binary 1101000 11110 10101111 101001 1010011 0 11111 100001111 1000111 101000

Color Harmonies of #681EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681EAF

Black with #681EAF

Text Example


Text Example

White with #681EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,30,175); }

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

background-color css

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

 a { background-color: rgb(104,30,175); }

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

border-color css

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

 span { border-color: rgb(104,30,175); }

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