Html Css Color HEX #671ABA Purple Heart

📋 copy color: '#671ABA'

red 103 ◦ green 26 ◦ blue 186

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

Shades of Purple Heart #671ABA

Tints of Purple Heart #671ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 59.05%

R = 32.7%
G = 8.25%
B = 59.05%

CMYK

 C value IS 0.45

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#671ABA (or 0x671ABA) is known color: Purple Heart. HEX triplet: 67, 1A and BA. RGB value is (103,26,186). Sum of RGB (Red+Green+Blue) = 103+26+186=315 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.70% from 315); Green value is 26 (10.55% from 255 or 8.25% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #671ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671ABA is #98E545. Grayscale: #424242. Windows color (decimal): -10020166 or 12196455. OLE color: 12196455.

HSL color Cylindrical-coordinate representation of color #671ABA: hue angle of 268.88º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #671ABA is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 103 26 186 -
CMYK 0.45 0.86 0 0.27
HSL 268.88º 0.75% 0.42% -
HSV(B) 268.88º 0.86% 0.73% -
XYZ 14.83 7.17 47.06 -
YUV 67.26 195.01 153.49 -
System Red Green Blue C M Y K H S L
Decimal 103 26 186 0.45 0.86 0 0.27 268.88 0.75 0.42
Hex 67 1A BA 2D 56 0 1B 10D 4B 2A
Octal 147 32 272 55 126 0 33 415 113 52
Binary 1100111 11010 10111010 101101 1010110 0 11011 100001101 1001011 101010

Color Harmonies of #671ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671ABA

Black with #671ABA

Text Example


Text Example

White with #671ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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