Html Css Color HEX #671FAF Purple Heart

📋 copy color: '#671FAF'

red 103 ◦ green 31 ◦ blue 175

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

Shades of Purple Heart #671FAF

Tints of Purple Heart #671FAF

RGB

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

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

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

R = 33.33%
G = 10.03%
B = 56.63%

CMYK

 C value IS 0.41

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#671FAF (or 0x671FAF) is known color: Purple Heart. HEX triplet: 67, 1F and AF. RGB value is (103,31,175). Sum of RGB (Red+Green+Blue) = 103+31+175=309 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.33% from 309); Green value is 31 (12.5% from 255 or 10.03% from 309); Blue value is 175 (68.75% from 255 or 56.63% from 309); Max value from RGB is 175 - color contains mainly: blue. Hex color #671FAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #671FAF is #98E050. Grayscale: #444444. Windows color (decimal): -10018897 or 11476839. OLE color: 11476839.

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

Color convert

RGB 103 31 175 -
CMYK 0.41 0.82 0 0.31
HSL 270º 0.7% 0.4% -
HSV(B) 270º 0.82% 0.69% -
XYZ 13.82 6.96 41.17 -
YUV 68.94 187.85 152.29 -
System Red Green Blue C M Y K H S L
Decimal 103 31 175 0.41 0.82 0 0.31 270 0.7 0.4
Hex 67 1F AF 29 52 0 1F 10E 46 28
Octal 147 37 257 51 122 0 37 416 106 50
Binary 1100111 11111 10101111 101001 1010010 0 11111 100001110 1000110 101000

Color Harmonies of #671FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671FAF

Black with #671FAF

Text Example


Text Example

White with #671FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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