Html Css Color HEX #672DBF Purple Heart

📋 copy color: '#672DBF'

red 103 ◦ green 45 ◦ blue 191

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

Shades of Purple Heart #672DBF

Tints of Purple Heart #672DBF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.27%

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

R = 30.38%
G = 13.27%
B = 56.34%

CMYK

 C value IS 0.46

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#672DBF (or 0x672DBF) is known color: Purple Heart. HEX triplet: 67, 2D and BF. RGB value is (103,45,191). Sum of RGB (Red+Green+Blue) = 103+45+191=339 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.38% from 339); Green value is 45 (17.97% from 255 or 13.27% from 339); Blue value is 191 (75% from 255 or 56.34% from 339); Max value from RGB is 191 - color contains mainly: blue. Hex color #672DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672DBF is #98D240. Grayscale: #4E4E4E. Windows color (decimal): -10015297 or 12528999. OLE color: 12528999.

HSL color Cylindrical-coordinate representation of color #672DBF: hue angle of 263.84º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #672DBF is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 103 45 191 -
CMYK 0.46 0.76 0 0.25
HSL 263.84º 0.62% 0.46% -
HSV(B) 263.84º 0.76% 0.75% -
XYZ 15.94 8.52 50.1 -
YUV 78.99 191.22 145.13 -
System Red Green Blue C M Y K H S L
Decimal 103 45 191 0.46 0.76 0 0.25 263.84 0.62 0.46
Hex 67 2D BF 2E 4C 0 19 108 3E 2E
Octal 147 55 277 56 114 0 31 410 76 56
Binary 1100111 101101 10111111 101110 1001100 0 11001 100001000 111110 101110

Color Harmonies of #672DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672DBF

Black with #672DBF

Text Example


Text Example

White with #672DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672DBF; }

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

 H1.HeaderClassName
 {
   color: #672DBF;
 }
 .AnyTagClassName
 {
   color: #672DBF;
 }
</style>

background-color css

<style>
 a { background-color: #672DBF; }

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

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

border-color css

<style>
 span { border-color: #672DBF; }

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

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