Html Css Color HEX #672FBC Purple Heart

📋 copy color: '#672FBC'

red 103 ◦ green 47 ◦ blue 188

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

Shades of Purple Heart #672FBC

Tints of Purple Heart #672FBC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.91%

 BLUE value IS 188 (73.83% from 255) = 55.62%

R = 30.47%
G = 13.91%
B = 55.62%

CMYK

 C value IS 0.45

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#672FBC (or 0x672FBC) is known color: Purple Heart. HEX triplet: 67, 2F and BC. RGB value is (103,47,188). Sum of RGB (Red+Green+Blue) = 103+47+188=338 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.47% from 338); Green value is 47 (18.75% from 255 or 13.91% from 338); Blue value is 188 (73.83% from 255 or 55.62% from 338); Max value from RGB is 188 - color contains mainly: blue. Hex color #672FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672FBC is #98D043. Grayscale: #4F4F4F. Windows color (decimal): -10014788 or 12332903. OLE color: 12332903.

HSL color Cylindrical-coordinate representation of color #672FBC: hue angle of 263.83º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #672FBC is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 103 47 188 -
CMYK 0.45 0.75 0 0.26
HSL 263.83º 0.6% 0.46% -
HSV(B) 263.83º 0.75% 0.74% -
XYZ 15.69 8.55 48.4 -
YUV 79.82 189.05 144.54 -
System Red Green Blue C M Y K H S L
Decimal 103 47 188 0.45 0.75 0 0.26 263.83 0.6 0.46
Hex 67 2F BC 2D 4B 0 1A 108 3C 2E
Octal 147 57 274 55 113 0 32 410 74 56
Binary 1100111 101111 10111100 101101 1001011 0 11010 100001000 111100 101110

Color Harmonies of #672FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672FBC

Black with #672FBC

Text Example


Text Example

White with #672FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,47,188); }

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

background-color css

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

 a { background-color: rgb(103,47,188); }

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

border-color css

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

 span { border-color: rgb(103,47,188); }

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