Html Css Color HEX #672BAC Purple Heart

📋 copy color: '#672BAC'

red 103 ◦ green 43 ◦ blue 172

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

Shades of Purple Heart #672BAC

Tints of Purple Heart #672BAC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.52%

 BLUE value IS 172 (67.58% from 255) = 54.09%

R = 32.39%
G = 13.52%
B = 54.09%

CMYK

 C value IS 0.40

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#672BAC (or 0x672BAC) is known color: Purple Heart. HEX triplet: 67, 2B and AC. RGB value is (103,43,172). Sum of RGB (Red+Green+Blue) = 103+43+172=318 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.39% from 318); Green value is 43 (17.19% from 255 or 13.52% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #672BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672BAC is #98D453. Grayscale: #4B4B4B. Windows color (decimal): -10015828 or 11283303. OLE color: 11283303.

HSL color Cylindrical-coordinate representation of color #672BAC: hue angle of 267.91º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #672BAC is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 43 172 -
CMYK 0.40 0.75 0 0.33
HSL 267.91º 0.6% 0.42% -
HSV(B) 267.91º 0.75% 0.67% -
XYZ 13.9 7.59 39.76 -
YUV 75.65 182.38 147.51 -
System Red Green Blue C M Y K H S L
Decimal 103 43 172 0.40 0.75 0 0.33 267.91 0.6 0.42
Hex 67 2B AC 28 4B 0 21 10C 3C 2A
Octal 147 53 254 50 113 0 41 414 74 52
Binary 1100111 101011 10101100 101000 1001011 0 100001 100001100 111100 101010

Color Harmonies of #672BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672BAC

Black with #672BAC

Text Example


Text Example

White with #672BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,43,172); }

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

background-color css

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

 a { background-color: rgb(103,43,172); }

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

border-color css

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

 span { border-color: rgb(103,43,172); }

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