Html Css Color HEX #672AEB Han Purple

📋 copy color: '#672AEB'

red 103 ◦ green 42 ◦ blue 235

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

Shades of Han Purple #672AEB

Tints of Han Purple #672AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 61.84%

R = 27.11%
G = 11.05%
B = 61.84%

CMYK

 C value IS 0.56

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#672AEB (or 0x672AEB) is known color: Han Purple. HEX triplet: 67, 2A and EB. RGB value is (103,42,235). Sum of RGB (Red+Green+Blue) = 103+42+235=380 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.11% from 380); Green value is 42 (16.80% from 255 or 11.05% from 380); Blue value is 235 (92.19% from 255 or 61.84% from 380); Max value from RGB is 235 - color contains mainly: blue. Hex color #672AEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #672AEB is #98D514. Grayscale: #515151. Windows color (decimal): -10016021 or 15411815. OLE color: 15411815.

HSL color Cylindrical-coordinate representation of color #672AEB: hue angle of 258.96º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #672AEB is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 103 42 235 -
CMYK 0.56 0.82 0 0.08
HSL 258.96º 0.83% 0.54% -
HSV(B) 258.96º 0.82% 0.92% -
XYZ 21.42 10.54 79.5 -
YUV 82.24 214.21 142.81 -
System Red Green Blue C M Y K H S L
Decimal 103 42 235 0.56 0.82 0 0.08 258.96 0.83 0.54
Hex 67 2A EB 38 52 0 8 103 53 36
Octal 147 52 353 70 122 0 10 403 123 66
Binary 1100111 101010 11101011 111000 1010010 0 1000 100000011 1010011 110110

Color Harmonies of #672AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672AEB

Black with #672AEB

Text Example


Text Example

White with #672AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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