Html Css Color HEX #671EAA Purple Heart

📋 copy color: '#671EAA'

red 103 ◦ green 30 ◦ blue 170

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

Shades of Purple Heart #671EAA

Tints of Purple Heart #671EAA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.9%

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

R = 33.99%
G = 9.9%
B = 56.11%

CMYK

 C value IS 0.39

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#671EAA (or 0x671EAA) is known color: Purple Heart. HEX triplet: 67, 1E and AA. RGB value is (103,30,170). Sum of RGB (Red+Green+Blue) = 103+30+170=303 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.99% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 170 (66.80% from 255 or 56.11% from 303); Max value from RGB is 170 - color contains mainly: blue. Hex color #671EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #671EAA is #98E155. Grayscale: #434343. Windows color (decimal): -10019158 or 11148903. OLE color: 11148903.

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

Color convert

RGB 103 30 170 -
CMYK 0.39 0.82 0 0.33
HSL 271.29º 0.7% 0.39% -
HSV(B) 271.29º 0.82% 0.67% -
XYZ 13.31 6.71 38.62 -
YUV 67.79 185.68 153.12 -
System Red Green Blue C M Y K H S L
Decimal 103 30 170 0.39 0.82 0 0.33 271.29 0.7 0.39
Hex 67 1E AA 27 52 0 21 10F 46 27
Octal 147 36 252 47 122 0 41 417 106 47
Binary 1100111 11110 10101010 100111 1010010 0 100001 100001111 1000110 100111

Color Harmonies of #671EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671EAA

Black with #671EAA

Text Example


Text Example

White with #671EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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