Html Css Color HEX #671FAD Purple Heart

📋 copy color: '#671FAD'

red 103 ◦ green 31 ◦ blue 173

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

Shades of Purple Heart #671FAD

Tints of Purple Heart #671FAD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.1%

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

R = 33.55%
G = 10.1%
B = 56.35%

CMYK

 C value IS 0.40

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#671FAD (or 0x671FAD) is known color: Purple Heart. HEX triplet: 67, 1F and AD. RGB value is (103,31,173). Sum of RGB (Red+Green+Blue) = 103+31+173=307 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.55% from 307); Green value is 31 (12.5% from 255 or 10.10% from 307); Blue value is 173 (67.97% from 255 or 56.35% from 307); Max value from RGB is 173 - color contains mainly: blue. Hex color #671FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #671FAD is #98E052. Grayscale: #444444. Windows color (decimal): -10018899 or 11345767. OLE color: 11345767.

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

Color convert

RGB 103 31 173 -
CMYK 0.40 0.82 0 0.32
HSL 270.42º 0.7% 0.4% -
HSV(B) 270.42º 0.82% 0.68% -
XYZ 13.63 6.88 40.15 -
YUV 68.72 186.85 152.45 -
System Red Green Blue C M Y K H S L
Decimal 103 31 173 0.40 0.82 0 0.32 270.42 0.7 0.4
Hex 67 1F AD 28 52 0 20 10E 46 28
Octal 147 37 255 50 122 0 40 416 106 50
Binary 1100111 11111 10101101 101000 1010010 0 100000 100001110 1000110 101000

Color Harmonies of #671FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671FAD

Black with #671FAD

Text Example


Text Example

White with #671FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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