Html Css Color HEX #671EAD Purple Heart

📋 copy color: '#671EAD'

red 103 ◦ green 30 ◦ blue 173

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

Shades of Purple Heart #671EAD

Tints of Purple Heart #671EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 56.54%

R = 33.66%
G = 9.8%
B = 56.54%

CMYK

 C value IS 0.40

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#671EAD (or 0x671EAD) is known color: Purple Heart. HEX triplet: 67, 1E and AD. RGB value is (103,30,173). Sum of RGB (Red+Green+Blue) = 103+30+173=306 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.66% from 306); Green value is 30 (12.11% from 255 or 9.80% from 306); Blue value is 173 (67.97% from 255 or 56.54% from 306); Max value from RGB is 173 - color contains mainly: blue. Hex color #671EAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #671EAD is #98E152. Grayscale: #434343. Windows color (decimal): -10019155 or 11345511. OLE color: 11345511.

HSL color Cylindrical-coordinate representation of color #671EAD: hue angle of 270.63º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #671EAD is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 103 30 173 -
CMYK 0.40 0.83 0 0.32
HSL 270.63º 0.7% 0.4% -
HSV(B) 270.63º 0.83% 0.68% -
XYZ 13.6 6.83 40.14 -
YUV 68.13 187.18 152.87 -
System Red Green Blue C M Y K H S L
Decimal 103 30 173 0.40 0.83 0 0.32 270.63 0.7 0.4
Hex 67 1E AD 28 53 0 20 10F 46 28
Octal 147 36 255 50 123 0 40 417 106 50
Binary 1100111 11110 10101101 101000 1010011 0 100000 100001111 1000110 101000

Color Harmonies of #671EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671EAD

Black with #671EAD

Text Example


Text Example

White with #671EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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