Html Css Color HEX #671FBF Purple Heart

📋 copy color: '#671FBF'

red 103 ◦ green 31 ◦ blue 191

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

Shades of Purple Heart #671FBF

Tints of Purple Heart #671FBF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.54%

 BLUE value IS 191 (75% from 255) = 58.77%

R = 31.69%
G = 9.54%
B = 58.77%

CMYK

 C value IS 0.46

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#671FBF (or 0x671FBF) is known color: Purple Heart. HEX triplet: 67, 1F and BF. RGB value is (103,31,191). Sum of RGB (Red+Green+Blue) = 103+31+191=325 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.69% from 325); Green value is 31 (12.5% from 255 or 9.54% from 325); Blue value is 191 (75% from 255 or 58.77% from 325); Max value from RGB is 191 - color contains mainly: blue. Hex color #671FBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671FBF is #98E040. Grayscale: #464646. Windows color (decimal): -10018881 or 12525415. OLE color: 12525415.

HSL color Cylindrical-coordinate representation of color #671FBF: hue angle of 267º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #671FBF is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 103 31 191 -
CMYK 0.46 0.84 0 0.25
HSL 267º 0.72% 0.44% -
HSV(B) 267º 0.84% 0.75% -
XYZ 15.49 7.63 49.95 -
YUV 70.77 195.85 150.99 -
System Red Green Blue C M Y K H S L
Decimal 103 31 191 0.46 0.84 0 0.25 267 0.72 0.44
Hex 67 1F BF 2E 54 0 19 10B 48 2C
Octal 147 37 277 56 124 0 31 413 110 54
Binary 1100111 11111 10111111 101110 1010100 0 11001 100001011 1001000 101100

Color Harmonies of #671FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671FBF

Black with #671FBF

Text Example


Text Example

White with #671FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,31,191); }

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

background-color css

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

 a { background-color: rgb(103,31,191); }

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

border-color css

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

 span { border-color: rgb(103,31,191); }

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