Html Css Color HEX #672CFF Han Purple

📋 copy color: '#672CFF'

red 103 ◦ green 44 ◦ blue 255

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

Shades of Han Purple #672CFF

Tints of Han Purple #672CFF

RGB

 RED value IS 103 (40.63% 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 value IS 0.60

 M value IS 0.83

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#672CFF (or 0x672CFF) is known color: 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

RGB 103 44 255 -
CMYK 0.60 0.83 0 0
HSL 256.78º 1% 0.59% -
HSV(B) 256.78º 0.83% 1% -
XYZ 24.54 11.9 95.61 -
YUV 85.7 223.55 140.34 -
System Red Green Blue C M Y K H S L
Decimal 103 44 255 0.60 0.83 0 0 256.78 1 0.59
Hex 67 2C FF 3C 53 0 0 101 64 3B
Octal 147 54 377 74 123 0 0 401 144 73
Binary 1100111 101100 11111111 111100 1010011 0 0 100000001 1100100 111011

Color Harmonies of #672CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672CFF

Black with #672CFF

Text Example


Text Example

White with #672CFF

Text Example


Text Example

HTML Codes & Css Web 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>