Html Css Color HEX #671EBA Purple Heart

📋 copy color: '#671EBA'

red 103 ◦ green 30 ◦ blue 186

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

Shades of Purple Heart #671EBA

Tints of Purple Heart #671EBA

RGB

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

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

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

R = 32.29%
G = 9.4%
B = 58.31%

CMYK

 C value IS 0.45

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#671EBA (or 0x671EBA) is known color: Purple Heart. HEX triplet: 67, 1E and BA. RGB value is (103,30,186). Sum of RGB (Red+Green+Blue) = 103+30+186=319 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.29% from 319); Green value is 30 (12.11% from 255 or 9.40% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #671EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671EBA is #98E145. Grayscale: #454545. Windows color (decimal): -10019142 or 12197479. OLE color: 12197479.

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

Color convert

RGB 103 30 186 -
CMYK 0.45 0.84 0 0.27
HSL 268.08º 0.72% 0.42% -
HSV(B) 268.08º 0.84% 0.73% -
XYZ 14.92 7.36 47.09 -
YUV 69.61 193.68 151.82 -
System Red Green Blue C M Y K H S L
Decimal 103 30 186 0.45 0.84 0 0.27 268.08 0.72 0.42
Hex 67 1E BA 2D 54 0 1B 10C 48 2A
Octal 147 36 272 55 124 0 33 414 110 52
Binary 1100111 11110 10111010 101101 1010100 0 11011 100001100 1001000 101010

Color Harmonies of #671EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671EBA

Black with #671EBA

Text Example


Text Example

White with #671EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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