Html Css Color HEX #672CFA Han Purple

📋 copy color: '#672CFA'

red 103 ◦ green 44 ◦ blue 250

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

Shades of Han Purple #672CFA

Tints of Han Purple #672CFA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.08%

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

R = 25.94%
G = 11.08%
B = 62.97%

CMYK

 C value IS 0.59

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#672CFA (or 0x672CFA) is known color: Han Purple. HEX triplet: 67, 2C and FA. RGB value is (103,44,250). Sum of RGB (Red+Green+Blue) = 103+44+250=397 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.94% from 397); Green value is 44 (17.58% from 255 or 11.08% from 397); Blue value is 250 (98.05% from 255 or 62.97% from 397); Max value from RGB is 250 - color contains mainly: blue. Hex color #672CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #672CFA is #98D305. Grayscale: #545454. Windows color (decimal): -10015494 or 16395367. OLE color: 16395367.

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

Color convert

RGB 103 44 250 -
CMYK 0.59 0.82 0 0.02
HSL 257.18º 0.95% 0.58% -
HSV(B) 257.18º 0.82% 0.98% -
XYZ 23.75 11.59 91.43 -
YUV 85.13 221.05 140.75 -
System Red Green Blue C M Y K H S L
Decimal 103 44 250 0.59 0.82 0 0.02 257.18 0.95 0.58
Hex 67 2C FA 3B 52 0 2 101 5F 3A
Octal 147 54 372 73 122 0 2 401 137 72
Binary 1100111 101100 11111010 111011 1010010 0 10 100000001 1011111 111010

Color Harmonies of #672CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672CFA

Black with #672CFA

Text Example


Text Example

White with #672CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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