#672BC0

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

Shades of Purple Heart #672BC0

Tints of Purple Heart #672BC0

Color information

#672BC0 (or 0x672BC0) is unknown color: approx Purple Heart. HEX triplet: 67, 2B and C0. RGB value is (103,43,192). Sum of RGB (Red+Green+Blue) = 103+43+192=338 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.47% from 338); Green value is 43 (17.19% from 255 or 12.72% from 338); Blue value is 192 (75.39% from 255 or 56.80% from 338); Max value from RGB is 192 - color contains mainly: blue. Hex color #672BC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672BC0 is #98D43F. Grayscale: #4D4D4D. Windows color (decimal): -10015808 or 12594023. OLE color: 12594023.

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

Color convert

RGB10343192-
CMYK0.460.7800.25
HSL264.16º63.4%46.08%-
HSV(B)264.16º77.6%75.29%-
XYZ15.978.4250.65-
YUV77.93192.38145.88-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.47%
GREEN value IS 43 (17.19% from 255) = 12.72%
BLUE value IS 192 (75.39% from 255) = 56.80%
R=30.47%
G=12.72%
B=56.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal103431920.460.7800.25264.1663.446.08
Hex672BC02E4E0191083f2e
Octal14753300561160314107756
Binary1100111101011110000001011101001110011001100001000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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