#672CFF

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

Shades of Han Purple #672CFF

Tints of Han Purple #672CFF

Color information

#672CFF (or 0x672CFF) is unknown color: approx Han Purple. HEX triplet: 67, 2C and FF. RGB value is (103,44,255). Sum of RGB (Red+Green+Blue) = 103+44+255=402 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.62% from 402); Green value is 44 (17.58% from 255 or 10.95% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #672CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #672CFF is #98D300. Grayscale: #545454. Windows color (decimal): -10015489 or 16723047. OLE color: 16723047.

HSL color Cylindrical-coordinate representation of color #672CFF: hue angle of 256.78º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #672CFF is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB10344255-
CMYK0.600.8300
HSL256.78º100%58.63%-
HSV(B)256.78º82.75%100%-
XYZ24.5411.995.61-
YUV85.7223.55140.34-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.62%
GREEN value IS 44 (17.58% from 255) = 10.95%
BLUE value IS 255 (100% from 255) = 63.43%
R=25.62%
G=10.95%
B=63.43%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal103442550.600.8300256.7810058.63
Hex672CFF3C5300101643b
Octal14754377741230040114473
Binary1100111101100111111111111001010011001000000011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,44,255); }

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

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

 a { background-color: rgb(103,44,255); }

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

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

 span { border-color: rgb(103,44,255); }

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