Html Css Color HEX #671DAA Purple Heart

📋 copy color: '#671DAA'

red 103 ◦ green 29 ◦ blue 170

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

Shades of Purple Heart #671DAA

Tints of Purple Heart #671DAA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.6%

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

R = 34.11%
G = 9.6%
B = 56.29%

CMYK

 C value IS 0.39

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#671DAA (or 0x671DAA) is known color: Purple Heart. HEX triplet: 67, 1D and AA. RGB value is (103,29,170). Sum of RGB (Red+Green+Blue) = 103+29+170=302 (40% of max value = 765). Red value is 103 (40.62% from 255 or 34.11% from 302); Green value is 29 (11.72% from 255 or 9.60% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #671DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #671DAA is #98E255. Grayscale: #424242. Windows color (decimal): -10019414 or 11148647. OLE color: 11148647.

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

Color convert

RGB 103 29 170 -
CMYK 0.39 0.83 0 0.33
HSL 271.49º 0.71% 0.39% -
HSV(B) 271.49º 0.83% 0.67% -
XYZ 13.29 6.66 38.62 -
YUV 67.2 186.02 153.54 -
System Red Green Blue C M Y K H S L
Decimal 103 29 170 0.39 0.83 0 0.33 271.49 0.71 0.39
Hex 67 1D AA 27 53 0 21 10F 47 27
Octal 147 35 252 47 123 0 41 417 107 47
Binary 1100111 11101 10101010 100111 1010011 0 100001 100001111 1000111 100111

Color Harmonies of #671DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671DAA

Black with #671DAA

Text Example


Text Example

White with #671DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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