Html Css Color HEX #672BFA Han Purple

📋 copy color: '#672BFA'

red 103 ◦ green 43 ◦ blue 250

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

Shades of Han Purple #672BFA

Tints of Han Purple #672BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 63.13%

R = 26.01%
G = 10.86%
B = 63.13%

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

#672BFA (or 0x672BFA) is known color: Han Purple. HEX triplet: 67, 2B and FA. RGB value is (103,43,250). Sum of RGB (Red+Green+Blue) = 103+43+250=396 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.01% from 396); Green value is 43 (17.19% from 255 or 10.86% from 396); Blue value is 250 (98.05% from 255 or 63.13% from 396); Max value from RGB is 250 - color contains mainly: blue. Hex color #672BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #672BFA is #98D405. Grayscale: #535353. Windows color (decimal): -10015750 or 16395111. OLE color: 16395111.

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

Color convert

RGB 103 43 250 -
CMYK 0.59 0.83 0 0.02
HSL 257.39º 0.95% 0.57% -
HSV(B) 257.39º 0.83% 0.98% -
XYZ 23.71 11.51 91.42 -
YUV 84.54 221.38 141.17 -
System Red Green Blue C M Y K H S L
Decimal 103 43 250 0.59 0.83 0 0.02 257.39 0.95 0.57
Hex 67 2B FA 3B 53 0 2 101 5F 39
Octal 147 53 372 73 123 0 2 401 137 71
Binary 1100111 101011 11111010 111011 1010011 0 10 100000001 1011111 111001

Color Harmonies of #672BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672BFA

Black with #672BFA

Text Example


Text Example

White with #672BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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