Html Css Color HEX #681DAF Purple Heart

📋 copy color: '#681DAF'

red 104 ◦ green 29 ◦ blue 175

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

Shades of Purple Heart #681DAF

Tints of Purple Heart #681DAF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.42%

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

R = 33.77%
G = 9.42%
B = 56.82%

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

#681DAF (or 0x681DAF) is known color: Purple Heart. HEX triplet: 68, 1D and AF. RGB value is (104,29,175). Sum of RGB (Red+Green+Blue) = 104+29+175=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 29 (11.72% from 255 or 9.42% from 308); Blue value is 175 (68.75% from 255 or 56.82% from 308); Max value from RGB is 175 - color contains mainly: blue. Hex color #681DAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681DAF is #97E250. Grayscale: #434343. Windows color (decimal): -9953873 or 11476328. OLE color: 11476328.

HSL color Cylindrical-coordinate representation of color #681DAF: hue angle of 270.82º degrees, saturation: 0.72, 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 #681DAF is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 104 29 175 -
CMYK 0.41 0.83 0 0.31
HSL 270.82º 0.72% 0.4% -
HSV(B) 270.82º 0.83% 0.69% -
XYZ 13.89 6.92 41.16 -
YUV 68.07 188.35 153.63 -
System Red Green Blue C M Y K H S L
Decimal 104 29 175 0.41 0.83 0 0.31 270.82 0.72 0.4
Hex 68 1D AF 29 53 0 1F 10F 48 28
Octal 150 35 257 51 123 0 37 417 110 50
Binary 1101000 11101 10101111 101001 1010011 0 11111 100001111 1001000 101000

Color Harmonies of #681DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681DAF

Black with #681DAF

Text Example


Text Example

White with #681DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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