Html Css Color HEX #671BAA Purple Heart

📋 copy color: '#671BAA'

red 103 ◦ green 27 ◦ blue 170

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

Shades of Purple Heart #671BAA

Tints of Purple Heart #671BAA

RGB

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

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

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

R = 34.33%
G = 9%
B = 56.67%

CMYK

 C value IS 0.39

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#671BAA (or 0x671BAA) is known color: Purple Heart. HEX triplet: 67, 1B and AA. RGB value is (103,27,170). Sum of RGB (Red+Green+Blue) = 103+27+170=300 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.33% from 300); Green value is 27 (10.94% from 255 or 9% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #671BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #671BAA is #98E455. Grayscale: #414141. Windows color (decimal): -10019926 or 11148135. OLE color: 11148135.

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

Color convert

RGB 103 27 170 -
CMYK 0.39 0.84 0 0.33
HSL 271.89º 0.73% 0.39% -
HSV(B) 271.89º 0.84% 0.67% -
XYZ 13.24 6.57 38.6 -
YUV 66.03 186.68 154.37 -
System Red Green Blue C M Y K H S L
Decimal 103 27 170 0.39 0.84 0 0.33 271.89 0.73 0.39
Hex 67 1B AA 27 54 0 21 110 49 27
Octal 147 33 252 47 124 0 41 420 111 47
Binary 1100111 11011 10101010 100111 1010100 0 100001 100010000 1001001 100111

Color Harmonies of #671BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671BAA

Black with #671BAA

Text Example


Text Example

White with #671BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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