Html Css Color HEX #672BFB Han Purple

📋 copy color: '#672BFB'

red 103 ◦ green 43 ◦ blue 251

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

Shades of Han Purple #672BFB

Tints of Han Purple #672BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 63.22%

R = 25.94%
G = 10.83%
B = 63.22%

CMYK

 C value IS 0.59

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#672BFB (or 0x672BFB) is known color: Han Purple. HEX triplet: 67, 2B and FB. RGB value is (103,43,251). Sum of RGB (Red+Green+Blue) = 103+43+251=397 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.94% from 397); Green value is 43 (17.19% from 255 or 10.83% from 397); Blue value is 251 (98.44% from 255 or 63.22% from 397); Max value from RGB is 251 - color contains mainly: blue. Hex color #672BFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #672BFB is #98D404. Grayscale: #535353. Windows color (decimal): -10015749 or 16460647. OLE color: 16460647.

HSL color Cylindrical-coordinate representation of color #672BFB: hue angle of 257.31º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #672BFB is Cyan = 0.59, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 103 43 251 -
CMYK 0.59 0.83 0 0.02
HSL 257.31º 0.96% 0.58% -
HSV(B) 257.31º 0.83% 0.98% -
XYZ 23.87 11.58 92.24 -
YUV 84.65 221.88 141.09 -
System Red Green Blue C M Y K H S L
Decimal 103 43 251 0.59 0.83 0 0.02 257.31 0.96 0.58
Hex 67 2B FB 3B 53 0 2 101 60 3A
Octal 147 53 373 73 123 0 2 401 140 72
Binary 1100111 101011 11111011 111011 1010011 0 10 100000001 1100000 111010

Color Harmonies of #672BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672BFB

Black with #672BFB

Text Example


Text Example

White with #672BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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