Html Css Color HEX #671AAA Purple Heart

📋 copy color: '#671AAA'

red 103 ◦ green 26 ◦ blue 170

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

Shades of Purple Heart #671AAA

Tints of Purple Heart #671AAA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.7%

 BLUE value IS 170 (66.8% from 255) = 56.86%

R = 34.45%
G = 8.7%
B = 56.86%

CMYK

 C value IS 0.39

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#671AAA (or 0x671AAA) is known color: Purple Heart. HEX triplet: 67, 1A and AA. RGB value is (103,26,170). Sum of RGB (Red+Green+Blue) = 103+26+170=299 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.45% from 299); Green value is 26 (10.55% from 255 or 8.70% from 299); Blue value is 170 (66.80% from 255 or 56.86% from 299); Max value from RGB is 170 - color contains mainly: blue. Hex color #671AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #671AAA is #98E555. Grayscale: #404040. Windows color (decimal): -10020182 or 11147879. OLE color: 11147879.

HSL color Cylindrical-coordinate representation of color #671AAA: hue angle of 272.08º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #671AAA is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 26 170 -
CMYK 0.39 0.85 0 0.33
HSL 272.08º 0.73% 0.38% -
HSV(B) 272.08º 0.85% 0.67% -
XYZ 13.22 6.52 38.59 -
YUV 65.44 187.01 154.79 -
System Red Green Blue C M Y K H S L
Decimal 103 26 170 0.39 0.85 0 0.33 272.08 0.73 0.38
Hex 67 1A AA 27 55 0 21 110 49 26
Octal 147 32 252 47 125 0 41 420 111 46
Binary 1100111 11010 10101010 100111 1010101 0 100001 100010000 1001001 100110

Color Harmonies of #671AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671AAA

Black with #671AAA

Text Example


Text Example

White with #671AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,26,170); }

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

background-color css

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

 a { background-color: rgb(103,26,170); }

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

border-color css

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

 span { border-color: rgb(103,26,170); }

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