Html Css Color HEX #672CFC Han Purple

📋 copy color: '#672CFC'

red 103 ◦ green 44 ◦ blue 252

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

Shades of Han Purple #672CFC

Tints of Han Purple #672CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63.16%

R = 25.81%
G = 11.03%
B = 63.16%

CMYK

 C value IS 0.59

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#672CFC (or 0x672CFC) is known color: Han Purple. HEX triplet: 67, 2C and FC. RGB value is (103,44,252). Sum of RGB (Red+Green+Blue) = 103+44+252=399 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.81% from 399); Green value is 44 (17.58% from 255 or 11.03% from 399); Blue value is 252 (98.83% from 255 or 63.16% from 399); Max value from RGB is 252 - color contains mainly: blue. Hex color #672CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #672CFC is #98D303. Grayscale: #545454. Windows color (decimal): -10015492 or 16526439. OLE color: 16526439.

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

Color convert

RGB 103 44 252 -
CMYK 0.59 0.83 0 0.01
HSL 257.02º 0.97% 0.58% -
HSV(B) 257.02º 0.83% 0.99% -
XYZ 24.06 11.71 93.09 -
YUV 85.35 222.05 140.59 -
System Red Green Blue C M Y K H S L
Decimal 103 44 252 0.59 0.83 0 0.01 257.02 0.97 0.58
Hex 67 2C FC 3B 53 0 1 101 61 3A
Octal 147 54 374 73 123 0 1 401 141 72
Binary 1100111 101100 11111100 111011 1010011 0 1 100000001 1100001 111010

Color Harmonies of #672CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672CFC

Black with #672CFC

Text Example


Text Example

White with #672CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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