#672EB0

Color #672EB0 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #672EB0

Tints of Purple Heart #672EB0

Color information

#672EB0 (or 0x672EB0) is unknown color: approx Purple Heart. HEX triplet: 67, 2E and B0. RGB value is (103,46,176). Sum of RGB (Red+Green+Blue) = 103+46+176=325 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.69% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 176 (69.14% from 255 or 54.15% from 325); Max value from RGB is 176 - color contains mainly: blue. Hex color #672EB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672EB0 is #98D14F. Grayscale: #4D4D4D. Windows color (decimal): -10015056 or 11546215. OLE color: 11546215.

HSL color Cylindrical-coordinate representation of color #672EB0: hue angle of 266.31º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #672EB0 is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10346176-
CMYK0.410.7400.31
HSL266.31º58.56%43.53%-
HSV(B)266.31º73.86%69.02%-
XYZ14.417.9741.85-
YUV77.86183.38145.93-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.69%
GREEN value IS 46 (18.36% from 255) = 14.15%
BLUE value IS 176 (69.14% from 255) = 54.15%
R=31.69%
G=14.15%
B=54.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal103461760.410.7400.31266.3158.5643.53
Hex672EB0294A01F10a3b2c
Octal14756260511120374127354
Binary1100111101110101100001010011001010011111100001010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,46,176); }

 H1.HeaderClassName
 {
   color: #672EB0;
 }
 .AnyTagClassName
 {
   color: #672EB0;
 }
</style>
background-color css

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

 a { background-color: rgb(103,46,176); }

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

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

 span { border-color: rgb(103,46,176); }

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