Html Css Color HEX #671BBA Purple Heart

📋 copy color: '#671BBA'

red 103 ◦ green 27 ◦ blue 186

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

Shades of Purple Heart #671BBA

Tints of Purple Heart #671BBA

RGB

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

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

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

R = 32.59%
G = 8.54%
B = 58.86%

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

#671BBA (or 0x671BBA) is known color: Purple Heart. HEX triplet: 67, 1B and BA. RGB value is (103,27,186). Sum of RGB (Red+Green+Blue) = 103+27+186=316 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.59% from 316); Green value is 27 (10.94% from 255 or 8.54% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #671BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671BBA is #98E445. Grayscale: #434343. Windows color (decimal): -10019910 or 12196711. OLE color: 12196711.

HSL color Cylindrical-coordinate representation of color #671BBA: hue angle of 268.68º degrees, saturation: 0.75, 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 #671BBA is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 103 27 186 -
CMYK 0.45 0.85 0 0.27
HSL 268.68º 0.75% 0.42% -
HSV(B) 268.68º 0.85% 0.73% -
XYZ 14.85 7.21 47.06 -
YUV 67.85 194.68 153.07 -
System Red Green Blue C M Y K H S L
Decimal 103 27 186 0.45 0.85 0 0.27 268.68 0.75 0.42
Hex 67 1B BA 2D 55 0 1B 10D 4B 2A
Octal 147 33 272 55 125 0 33 415 113 52
Binary 1100111 11011 10111010 101101 1010101 0 11011 100001101 1001011 101010

Color Harmonies of #671BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671BBA

Black with #671BBA

Text Example


Text Example

White with #671BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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