Html Css Color HEX #671EAB Purple Heart

📋 copy color: '#671EAB'

red 103 ◦ green 30 ◦ blue 171

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

Shades of Purple Heart #671EAB

Tints of Purple Heart #671EAB

RGB

 RED value IS 103 (40.63% from 255) = 33.88%

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

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

R = 33.88%
G = 9.87%
B = 56.25%

CMYK

 C value IS 0.40

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#671EAB (or 0x671EAB) is known color: Purple Heart. HEX triplet: 67, 1E and AB. RGB value is (103,30,171). Sum of RGB (Red+Green+Blue) = 103+30+171=304 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.88% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #671EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #671EAB is #98E154. Grayscale: #434343. Windows color (decimal): -10019157 or 11214439. OLE color: 11214439.

HSL color Cylindrical-coordinate representation of color #671EAB: hue angle of 271.06º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #671EAB is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 30 171 -
CMYK 0.40 0.82 0 0.33
HSL 271.06º 0.7% 0.39% -
HSV(B) 271.06º 0.82% 0.67% -
XYZ 13.41 6.75 39.12 -
YUV 67.9 186.18 153.04 -
System Red Green Blue C M Y K H S L
Decimal 103 30 171 0.40 0.82 0 0.33 271.06 0.7 0.39
Hex 67 1E AB 28 52 0 21 10F 46 27
Octal 147 36 253 50 122 0 41 417 106 47
Binary 1100111 11110 10101011 101000 1010010 0 100001 100001111 1000110 100111

Color Harmonies of #671EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671EAB

Black with #671EAB

Text Example


Text Example

White with #671EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671EAB; }

 p { color: rgb(103,30,171); }

 H1.HeaderClassName
 {
   color: #671EAB;
 }
 .AnyTagClassName
 {
   color: #671EAB;
 }
</style>

background-color css

<style>
 a { background-color: #671EAB; }

 a { background-color: rgb(103,30,171); }

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

border-color css

<style>
 span { border-color: #671EAB; }

 span { border-color: rgb(103,30,171); }

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