Html Css Color HEX #681CAB Purple Heart

📋 copy color: '#681CAB'

red 104 ◦ green 28 ◦ blue 171

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

Shades of Purple Heart #681CAB

Tints of Purple Heart #681CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 56.44%

R = 34.32%
G = 9.24%
B = 56.44%

CMYK

 C value IS 0.39

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#681CAB (or 0x681CAB) is known color: Purple Heart. HEX triplet: 68, 1C and AB. RGB value is (104,28,171). Sum of RGB (Red+Green+Blue) = 104+28+171=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 28 (11.33% from 255 or 9.24% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #681CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681CAB is #97E354. Grayscale: #424242. Windows color (decimal): -9954133 or 11213928. OLE color: 11213928.

HSL color Cylindrical-coordinate representation of color #681CAB: hue angle of 271.89º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #681CAB is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 28 171 -
CMYK 0.39 0.84 0 0.33
HSL 271.89º 0.72% 0.39% -
HSV(B) 271.89º 0.84% 0.67% -
XYZ 13.47 6.71 39.11 -
YUV 67.03 186.68 154.37 -
System Red Green Blue C M Y K H S L
Decimal 104 28 171 0.39 0.84 0 0.33 271.89 0.72 0.39
Hex 68 1C AB 27 54 0 21 110 48 27
Octal 150 34 253 47 124 0 41 420 110 47
Binary 1101000 11100 10101011 100111 1010100 0 100001 100010000 1001000 100111

Color Harmonies of #681CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681CAB

Black with #681CAB

Text Example


Text Example

White with #681CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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