Html Css Color HEX #671CB5 Purple Heart

📋 copy color: '#671CB5'

red 103 ◦ green 28 ◦ blue 181

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

Shades of Purple Heart #671CB5

Tints of Purple Heart #671CB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 58.01%

R = 33.01%
G = 8.97%
B = 58.01%

CMYK

 C value IS 0.43

 M value IS 0.85

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#671CB5 (or 0x671CB5) is known color: Purple Heart. HEX triplet: 67, 1C and B5. RGB value is (103,28,181). Sum of RGB (Red+Green+Blue) = 103+28+181=312 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.01% from 312); Green value is 28 (11.33% from 255 or 8.97% from 312); Blue value is 181 (71.09% from 255 or 58.01% from 312); Max value from RGB is 181 - color contains mainly: blue. Hex color #671CB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671CB5 is #98E34A. Grayscale: #434343. Windows color (decimal): -10019659 or 11869287. OLE color: 11869287.

HSL color Cylindrical-coordinate representation of color #671CB5: hue angle of 269.41º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #671CB5 is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 103 28 181 -
CMYK 0.43 0.85 0 0.29
HSL 269.41º 0.73% 0.41% -
HSV(B) 269.41º 0.85% 0.71% -
XYZ 14.35 7.05 44.32 -
YUV 67.87 191.85 153.06 -
System Red Green Blue C M Y K H S L
Decimal 103 28 181 0.43 0.85 0 0.29 269.41 0.73 0.41
Hex 67 1C B5 2B 55 0 1D 10D 49 29
Octal 147 34 265 53 125 0 35 415 111 51
Binary 1100111 11100 10110101 101011 1010101 0 11101 100001101 1001001 101001

Color Harmonies of #671CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671CB5

Black with #671CB5

Text Example


Text Example

White with #671CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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