Html Css Color HEX #672AFF Han Purple

📋 copy color: '#672AFF'

red 103 ◦ green 42 ◦ blue 255

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

Shades of Han Purple #672AFF

Tints of Han Purple #672AFF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.5%

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

R = 25.75%
G = 10.5%
B = 63.75%

CMYK

 C value IS 0.60

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#672AFF (or 0x672AFF) is known color: Han Purple. HEX triplet: 67, 2A and FF. RGB value is (103,42,255). Sum of RGB (Red+Green+Blue) = 103+42+255=400 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.75% from 400); Green value is 42 (16.80% from 255 or 10.5% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #672AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #672AFF is #98D500. Grayscale: #535353. Windows color (decimal): -10016001 or 16722535. OLE color: 16722535.

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

Color convert

RGB 103 42 255 -
CMYK 0.60 0.84 0 0
HSL 257.18º 1% 0.58% -
HSV(B) 257.18º 0.84% 1% -
XYZ 24.47 11.76 95.59 -
YUV 84.52 224.21 141.18 -
System Red Green Blue C M Y K H S L
Decimal 103 42 255 0.60 0.84 0 0 257.18 1 0.58
Hex 67 2A FF 3C 54 0 0 101 64 3A
Octal 147 52 377 74 124 0 0 401 144 72
Binary 1100111 101010 11111111 111100 1010100 0 0 100000001 1100100 111010

Color Harmonies of #672AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672AFF

Black with #672AFF

Text Example


Text Example

White with #672AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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