Html Css Color HEX #671CBA Purple Heart

📋 copy color: '#671CBA'

red 103 ◦ green 28 ◦ blue 186

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

Shades of Purple Heart #671CBA

Tints of Purple Heart #671CBA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.83%

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

R = 32.49%
G = 8.83%
B = 58.68%

CMYK

 C value IS 0.45

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#671CBA (or 0x671CBA) is known color: Purple Heart. HEX triplet: 67, 1C and BA. RGB value is (103,28,186). Sum of RGB (Red+Green+Blue) = 103+28+186=317 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.49% from 317); Green value is 28 (11.33% from 255 or 8.83% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #671CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671CBA is #98E345. Grayscale: #434343. Windows color (decimal): -10019654 or 12196967. OLE color: 12196967.

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

Color convert

RGB 103 28 186 -
CMYK 0.45 0.85 0 0.27
HSL 268.48º 0.74% 0.42% -
HSV(B) 268.48º 0.85% 0.73% -
XYZ 14.87 7.26 47.07 -
YUV 68.44 194.35 152.65 -
System Red Green Blue C M Y K H S L
Decimal 103 28 186 0.45 0.85 0 0.27 268.48 0.74 0.42
Hex 67 1C BA 2D 55 0 1B 10C 4A 2A
Octal 147 34 272 55 125 0 33 414 112 52
Binary 1100111 11100 10111010 101101 1010101 0 11011 100001100 1001010 101010

Color Harmonies of #671CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671CBA

Black with #671CBA

Text Example


Text Example

White with #671CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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