Html Css Color HEX #671BAE Purple Heart

📋 copy color: '#671BAE'

red 103 ◦ green 27 ◦ blue 174

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

Shades of Purple Heart #671BAE

Tints of Purple Heart #671BAE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.88%

 BLUE value IS 174 (68.36% from 255) = 57.24%

R = 33.88%
G = 8.88%
B = 57.24%

CMYK

 C value IS 0.41

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#671BAE (or 0x671BAE) is known color: Purple Heart. HEX triplet: 67, 1B and AE. RGB value is (103,27,174). Sum of RGB (Red+Green+Blue) = 103+27+174=304 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.88% from 304); Green value is 27 (10.94% from 255 or 8.88% from 304); Blue value is 174 (68.36% from 255 or 57.24% from 304); Max value from RGB is 174 - color contains mainly: blue. Hex color #671BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #671BAE is #98E451. Grayscale: #414141. Windows color (decimal): -10019922 or 11410279. OLE color: 11410279.

HSL color Cylindrical-coordinate representation of color #671BAE: hue angle of 271.02º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #671BAE is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 103 27 174 -
CMYK 0.41 0.84 0 0.32
HSL 271.02º 0.73% 0.39% -
HSV(B) 271.02º 0.84% 0.68% -
XYZ 13.63 6.72 40.62 -
YUV 66.48 188.68 154.05 -
System Red Green Blue C M Y K H S L
Decimal 103 27 174 0.41 0.84 0 0.32 271.02 0.73 0.39
Hex 67 1B AE 29 54 0 20 10F 49 27
Octal 147 33 256 51 124 0 40 417 111 47
Binary 1100111 11011 10101110 101001 1010100 0 100000 100001111 1001001 100111

Color Harmonies of #671BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671BAE

Black with #671BAE

Text Example


Text Example

White with #671BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,27,174); }

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

background-color css

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

 a { background-color: rgb(103,27,174); }

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

border-color css

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

 span { border-color: rgb(103,27,174); }

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