Html Css Color HEX #671CAD Purple Heart

📋 copy color: '#671CAD'

red 103 ◦ green 28 ◦ blue 173

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

Shades of Purple Heart #671CAD

Tints of Purple Heart #671CAD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.21%

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

R = 33.88%
G = 9.21%
B = 56.91%

CMYK

 C value IS 0.40

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#671CAD (or 0x671CAD) is known color: Purple Heart. HEX triplet: 67, 1C and AD. RGB value is (103,28,173). Sum of RGB (Red+Green+Blue) = 103+28+173=304 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.88% from 304); Green value is 28 (11.33% from 255 or 9.21% from 304); Blue value is 173 (67.97% from 255 or 56.91% from 304); Max value from RGB is 173 - color contains mainly: blue. Hex color #671CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #671CAD is #98E352. Grayscale: #424242. Windows color (decimal): -10019667 or 11344999. OLE color: 11344999.

HSL color Cylindrical-coordinate representation of color #671CAD: hue angle of 271.03º degrees, saturation: 0.72, 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 #671CAD is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 103 28 173 -
CMYK 0.40 0.84 0 0.32
HSL 271.03º 0.72% 0.39% -
HSV(B) 271.03º 0.84% 0.68% -
XYZ 13.55 6.73 40.12 -
YUV 66.96 187.85 153.71 -
System Red Green Blue C M Y K H S L
Decimal 103 28 173 0.40 0.84 0 0.32 271.03 0.72 0.39
Hex 67 1C AD 28 54 0 20 10F 48 27
Octal 147 34 255 50 124 0 40 417 110 47
Binary 1100111 11100 10101101 101000 1010100 0 100000 100001111 1001000 100111

Color Harmonies of #671CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671CAD

Black with #671CAD

Text Example


Text Example

White with #671CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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