Html Css Color HEX #672DFF Han Purple

📋 copy color: '#672DFF'

red 103 ◦ green 45 ◦ blue 255

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

Shades of Han Purple #672DFF

Tints of Han Purple #672DFF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.17%

 BLUE value IS 255 (100% from 255) = 63.28%

R = 25.56%
G = 11.17%
B = 63.28%

CMYK

 C value IS 0.60

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#672DFF (or 0x672DFF) is known color: Han Purple. HEX triplet: 67, 2D and FF. RGB value is (103,45,255). Sum of RGB (Red+Green+Blue) = 103+45+255=403 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.56% from 403); Green value is 45 (17.97% from 255 or 11.17% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #672DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #672DFF is #98D200. Grayscale: #555555. Windows color (decimal): -10015233 or 16723303. OLE color: 16723303.

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

Color convert

RGB 103 45 255 -
CMYK 0.60 0.82 0 0
HSL 256.57º 1% 0.59% -
HSV(B) 256.57º 0.82% 1% -
XYZ 24.58 11.98 95.62 -
YUV 86.28 223.22 139.92 -
System Red Green Blue C M Y K H S L
Decimal 103 45 255 0.60 0.82 0 0 256.57 1 0.59
Hex 67 2D FF 3C 52 0 0 101 64 3B
Octal 147 55 377 74 122 0 0 401 144 73
Binary 1100111 101101 11111111 111100 1010010 0 0 100000001 1100100 111011

Color Harmonies of #672DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672DFF

Black with #672DFF

Text Example


Text Example

White with #672DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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