Html Css Color HEX #672BEA Han Purple

📋 copy color: '#672BEA'

red 103 ◦ green 43 ◦ blue 234

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

Shades of Han Purple #672BEA

Tints of Han Purple #672BEA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.32%

 BLUE value IS 234 (91.8% from 255) = 61.58%

R = 27.11%
G = 11.32%
B = 61.58%

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

#672BEA (or 0x672BEA) is known color: Han Purple. HEX triplet: 67, 2B and EA. RGB value is (103,43,234). Sum of RGB (Red+Green+Blue) = 103+43+234=380 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.11% from 380); Green value is 43 (17.19% from 255 or 11.32% from 380); Blue value is 234 (91.80% from 255 or 61.58% from 380); Max value from RGB is 234 - color contains mainly: blue. Hex color #672BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #672BEA is #98D415. Grayscale: #525252. Windows color (decimal): -10015766 or 15346535. OLE color: 15346535.

HSL color Cylindrical-coordinate representation of color #672BEA: hue angle of 258.85º degrees, saturation: 0.82, 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 #672BEA is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 103 43 234 -
CMYK 0.56 0.82 0 0.08
HSL 258.85º 0.82% 0.54% -
HSV(B) 258.85º 0.82% 0.92% -
XYZ 21.31 10.55 78.76 -
YUV 82.71 213.38 142.47 -
System Red Green Blue C M Y K H S L
Decimal 103 43 234 0.56 0.82 0 0.08 258.85 0.82 0.54
Hex 67 2B EA 38 52 0 8 103 52 36
Octal 147 53 352 70 122 0 10 403 122 66
Binary 1100111 101011 11101010 111000 1010010 0 1000 100000011 1010010 110110

Color Harmonies of #672BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672BEA

Black with #672BEA

Text Example


Text Example

White with #672BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,43,234); }

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

background-color css

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

 a { background-color: rgb(103,43,234); }

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

border-color css

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

 span { border-color: rgb(103,43,234); }

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